UNPKG

ng2-bingmaps

Version:
17 lines (15 loc) 744 B
/** * ng2-bingmaps - Angular 2 components for Bing Maps * @version v0.2.0 * @link https://github.com/youjustgo/ng2-bingmaps * @license MIT */ import { BingMap } from './directives/bing-map'; import { BingMapMarker } from './directives/bing-map-marker'; import { BingMapInfoWindow } from './directives/bing-map-info-window'; import { BingMapInfoWindowAction } from './directives/bing-map-info-window-action'; export { BingMap } from './directives/bing-map'; export { BingMapMarker } from './directives/bing-map-marker'; export { BingMapInfoWindow } from './directives/bing-map-info-window'; export const NG2_BINGMAPS_DIRECTIVES = [BingMap, BingMapMarker, BingMapInfoWindow, BingMapInfoWindowAction]; //# sourceMappingURL=directives.js.map