UNPKG

443 BPlain TextView Raw
1// main modules
2export * from './directives';
3export * from './services';
4export * from './map-types';
5
6// Google Maps types
7export {LatLngBounds, LatLng, LatLngLiteral, MapTypeStyle, PolyMouseEvent} from './services/google-maps-types';
8
9// core module
10// we explicitly export the module here to prevent this Ionic 2 bug:
11// http://stevemichelotti.com/integrate-angular-2-google-maps-into-ionic-2/
12export {AgmCoreModule} from './core-module';