ng2-bingmaps
Version:
Angular 2 components for Bing Maps
17 lines (15 loc) • 744 B
JavaScript
/**
* 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