@jmarcelof/leaflet-ng2
Version:
Angular2 module for Leaflet
18 lines (17 loc) • 380 B
TypeScript
/**
* 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 {
}