1 | export * from './directives';
|
2 | export * from './services';
|
3 | export * from './map-types';
|
4 | export { LatLngBounds, LatLng, LatLngLiteral, MapTypeStyle, PolyMouseEvent } from './services/google-maps-types';
|
5 | export { AgmCoreModule } from './core-module';
|