File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # Examples
1
+ ### Examples
2
2
3
3
The only thing this library does is wrap the Yandex.Maps JavaScript API classes.
4
- This means that in most cases, all the arguments you see in a class can be passed to a component.
5
- So, components are just wrappers without any additional logic.
4
+ This means that, in most cases, all the arguments you see in a class can be passed to a component.
5
+ So, components are simply wrappers without any additional logic.
6
6
7
- That's why you can use any example from the [ official documentation] ( https://yandex.ru/dev/jsapi30/doc/en/examples/ ) .
7
+ The Angular library is developed to be as close as possible to the official React library.
8
+ That's why I recommend checking [ the official React examples] ( https://yandex.com/dev/jsapi30/doc/en/examples/ ) .
9
+ Most of them can be easily rewritten for Angular.
8
10
9
- Migrating these examples to Angular is in progress...
11
+ ##### Getting Started
12
+
13
+ - [ Create a map] ( https://stackblitz.com/edit/create-a-map-v3 )
14
+
15
+ ##### Map Parameters
16
+
17
+ - [ Change map behaviors] ( https://stackblitz.com/edit/change-map-behaviors-v3 )
18
+ - [ Move the map] ( https://stackblitz.com/edit/moving-the-map-v3 )
19
+ - [ Restrict the map view area] ( https://stackblitz.com/edit/restrict-the-map-view-area-v3 )
You can’t perform that action at this time.
0 commit comments