All Projects → AnteaterKit → angular2-yandex-maps

AnteaterKit / angular2-yandex-maps

Licence: other
Angular 2 components Yandex Maps.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
stylus
462 projects

Projects that are alternatives of or similar to angular2-yandex-maps

ngx-smart-loader
Smart loader handler to manage loaders everywhere in Angular apps.
Stars: ✭ 28 (+7.69%)
Mutual labels:  angular2, npm-package
Core
The internationalization (i18n) library for Angular
Stars: ✭ 4,027 (+15388.46%)
Mutual labels:  angular2, npm-package
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (+884.62%)
Mutual labels:  angular2, npm-package
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (+253.85%)
Mutual labels:  angular2, npm-package
Ngx Meta
Dynamic page title & meta tags utility for Angular (w/server-side rendering)
Stars: ✭ 331 (+1173.08%)
Mutual labels:  angular2, npm-package
Ngx Config
Configuration utility for Angular
Stars: ✭ 135 (+419.23%)
Mutual labels:  angular2, npm-package
Angular2-startbootstrap-new-age
Angular 2 version of the Start Bootstrap New Age theme
Stars: ✭ 13 (-50%)
Mutual labels:  angular2
youtube-playlist
❄️ Extract links, ids, and names from a youtube playlist
Stars: ✭ 73 (+180.77%)
Mutual labels:  npm-package
gupack
基于gulp的前端构建工具
Stars: ✭ 13 (-50%)
Mutual labels:  angular2
js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (+250%)
Mutual labels:  npm-package
ts-ci
🚀 A starter for TS projects meant to be published on NPM.
Stars: ✭ 282 (+984.62%)
Mutual labels:  npm-package
titanium-vue
Use Vue.js to easily create native mobile apps with Axway Appcelerator Titanium.
Stars: ✭ 45 (+73.08%)
Mutual labels:  npm-package
angular2-select
No description or website provided.
Stars: ✭ 12 (-53.85%)
Mutual labels:  angular2
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (+88.46%)
Mutual labels:  angular2
front-matter-manipulator
A utility for parsing and manipulating documents with Front Matter
Stars: ✭ 25 (-3.85%)
Mutual labels:  npm-package
npmlint
[DEPRECATED] Lint your npm package
Stars: ✭ 57 (+119.23%)
Mutual labels:  npm-package
router
Keep your Angular2+ router state in Redux
Stars: ✭ 28 (+7.69%)
Mutual labels:  angular2
hydra-js
DOES NOT WORK WITH VERSIONS > 0.10.0 - A simple library to help you build node-based identity providers that work with Hydra.
Stars: ✭ 17 (-34.62%)
Mutual labels:  npm-package
fadable
Fade in elements as they move into view, at both the bottom and top of the viewport.
Stars: ✭ 16 (-38.46%)
Mutual labels:  npm-package
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-26.92%)
Mutual labels:  angular2

Читайте мой блог на medium https://ashatilovdev.medium.com/

Yandex Maps API as an Angular2 components

Yandex Maps API as an Angular2 components

Wiki

Known Vulnerabilities npm version Downloads

Live Demo Plnkr

Добавление маркеров admin panel

https://plnkr.co/edit/djaxM0nKECMynWLJwmjO?p=preview

Работа с большим числом объектов через ObjectManager

https://plnkr.co/edit/mq8VzzINPYXOInPOS2mQ?p=preview

Простая метка с balloon

https://plnkr.co/edit/2m3qE90MxPghI9DKjML6?p=preview

ngFor метки draggable

https://plnkr.co/edit/8njMNbV9vjYTSfyP3fxI?p=preview

Изменение позиций карты

https://plnkr.co/edit/9K1fAZbpgDDoZYUfIdVo?p=preview

Кластеры

https://plnkr.co/edit/rpJpm8FnWWsuJoScAFAN?p=preview

Изменение иконок

https://plnkr.co/edit/dm8EJt8Waa61yKsZRRrM?p=preview

Install

npm i yamapng

imports

 @NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    YamapngModule,
    YaCoreModule.forRoot({
      apiKey: 'YOUR_KEY'
    })
  ],
  providers: [],
  bootstrap: [AppComponent]
}) 

API

Тег ya-map & ya-marker:

 <ya-map [latitude]="55.76" [longitude]="37.64">
          <ya-marker [latitude]="55.847" [longitude]="38.6">
          </ya-marker>
           <ya-marker [latitude]="55.847" [longitude]="35.6">
          </ya-marker>
 </ya-map>

Style.css

.map-container-inner
{
   width: 300px;
   height: 200px;
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].