UNPKG

ng2-bingmaps

Version:
21 lines (19 loc) 1.02 kB
/** * ng2-bingmaps - Angular 2 components for Bing Maps * @version v0.2.0 * @link https://github.com/youjustgo/ng2-bingmaps * @license MIT */ "use strict"; var bing_map_1 = require('./directives/bing-map'); var bing_map_marker_1 = require('./directives/bing-map-marker'); var bing_map_info_window_1 = require('./directives/bing-map-info-window'); var bing_map_info_window_action_1 = require('./directives/bing-map-info-window-action'); var bing_map_2 = require('./directives/bing-map'); exports.BingMap = bing_map_2.BingMap; var bing_map_marker_2 = require('./directives/bing-map-marker'); exports.BingMapMarker = bing_map_marker_2.BingMapMarker; var bing_map_info_window_2 = require('./directives/bing-map-info-window'); exports.BingMapInfoWindow = bing_map_info_window_2.BingMapInfoWindow; exports.NG2_BINGMAPS_DIRECTIVES = [bing_map_1.BingMap, bing_map_marker_1.BingMapMarker, bing_map_info_window_1.BingMapInfoWindow, bing_map_info_window_action_1.BingMapInfoWindowAction]; //# sourceMappingURL=directives.js.map