1.4.2 • Published 6 years ago

ngx.leaflet.components v1.4.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

ngx.leaflet.component alt text

Native Angular Components designed to be used directly on the templates without much customization

website with examples

Old Examples

Examples sources can be found in the following github repository here

Install

npm install ngx.leaflet.components

USE

import { ngxLeafletModule } from 'ngx.leaflet.components';

@NgModule({
  imports: [ngxLeafletModule],
})

Leaflet stylesheets are not included automatically for the time, so you need to add it yourself

for usage and basic examples check the wiki

https://github.com/elasticrash/ngx.leaflet.component/wiki

If anyone wants to help in any way feel free to do a fork and a pull request