Skip to content

Commit

Permalink
docs(*): Update example sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubrava committed May 18, 2021
1 parent 01949bb commit 246e5ce
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { EventManager, YaEvent, YaReadyEvent } from '../../utils/event-manager';
* You can configure it via the component's inputs.
* Events can be bound using the outputs of the component.
*
* <example-url>https://placemark-clusterer.stackblitz.io/</example-url>
* <example-url>https://stackblitz.com/edit/placemark-clusterer?embed=1</example-url>
*
* @example
* <ya-map [center]="[55.761952, 37.620739]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type YaControlType =
* You can configure `ymaps.control[YaControlType]` via the component's inputs.
* API Events can be bound only manually. You can use `ready` event to get an instance.
*
* <example-url>https://searchcontrol.stackblitz.io/</example-url>
* <example-url>https://stackblitz.com/edit/searchcontrol?embed=1</example-url>
*
* @example
* <ya-map [center]="[55.761952, 37.620739]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { YaMapComponent } from '../ya-map/ya-map.component';
* You can configure it via the component's inputs.
* Events can be bound using the outputs of the component.
*
* <example-url>https://geoobject-polygon.stackblitz.io/</example-url>
* <example-url>https://stackblitz.com/edit/geoobject-polygon?embed=1</example-url>
*
* @example
* <ya-map [center]="[55.761952, 37.620739]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { YaApiLoaderService } from '../../services/ya-api-loader/ya-api-loader.s
* You can configure the map via the component's inputs.
* Events can be bound using the outputs of the component.
*
* <example-url>https://map-onload-event.stackblitz.io</example-url>
* <example-url>https://stackblitz.com/edit/map-onload-event?embed=1</example-url>
*
* @example
* <ya-map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
* You can configure it via the component's inputs.
* Events can be bound using the outputs of the component.
*
* <example-url>https://stackblitz.com/edit/multiroute-pedestrian?embed=1</example-url>
*
* @example
* <ya-map [center]="[55.761952, 37.620739]">
* <ya-multiroute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import { YaMapComponent } from '../ya-map/ya-map.component';
* You can configure it via the component's inputs.
* Events can be bound using the outputs of the component.
*
* <example-url>https://stackblitz.com/edit/panorama?embed=1</example-url>
*
* @example
* <ya-map>
* <ya-panorama [point]="[59.938557, 30.316198]" layer="yandex#airPanorama"></ya-panorama>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { EventManager, YaEvent, YaReadyEvent } from '../../utils/event-manager';
* You can configure it via the directive's inputs.
* Events can be bound using the outputs of the directive.
*
* <example-url>https://custom-placemark.stackblitz.io/</example-url>
* <example-url>https://stackblitz.com/edit/custom-placemark?embed=1</example-url>
*
* @example
* <ya-map [center]="[55.751952, 37.600739]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { YaApiLoaderService } from '../ya-api-loader/ya-api-loader.service';
/**
* The `YaGeocoder` service wraps `ymaps.geocode` static function from the Yandex Maps API.
*
* <example-url>https://ymaps-geocoder.stackblitz.io</example-url>
*
* @example
* import { YaGeocoderService } from 'angular8-yandex-maps';
*
Expand Down

0 comments on commit 246e5ce

Please sign in to comment.