UNPKG

@jmarcelof/leaflet-ng2

Version:
18 lines (17 loc) 380 B
/** * Angular 2++ module that you can use to import all directives of YAGA"s leaflet-ng2 into your Angular application. * * ``` * import { NgModule } from "@angular/core"; * import { YagaModule } from "@yaga/leaflet-ng2"; * * ; @NgModule({ * imports: [ * YagaModule, * ], * }) * export class AppModule {} * ``` */ export declare class YagaModule { }