UNPKG

@babluroy/agm-snazzy-info-window

Version:

Angular Google Maps (AGM) extension for Snazzy Info Window

10 lines (8 loc) 240 B
import { NgModule } from '@angular/core'; import { AgmSnazzyInfoWindow } from './directives/snazzy-info-window'; @NgModule({ imports: [AgmSnazzyInfoWindow], declarations: [], exports: [], }) export class AgmSnazzyInfoWindowModule {}