UNPKG

@a7gm/snazzy-info-window

Version:

Angular Google Maps (AGM) package for Snazzy Info Window support

24 lines 2.7 kB
"use strict"; /** * @fileoverview This file was generated by the Angular template compiler. Do not edit. * * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes} * tslint:disable */ Object.defineProperty(exports, "__esModule", { value: true }); var i0 = require("@angular/core"); var i1 = require("./snazzy-info-window"); var i2 = require("../../core/directives/marker"); var i3 = require("../../core/services/google-maps-api-wrapper"); var i4 = require("../../core/services/managers/marker-manager"); var i5 = require("../../core/services/maps-api-loader/maps-api-loader"); var styles_AgmSnazzyInfoWindow = []; var RenderType_AgmSnazzyInfoWindow = i0.ɵcrt({ encapsulation: 2, styles: styles_AgmSnazzyInfoWindow, data: {} }); exports.RenderType_AgmSnazzyInfoWindow = RenderType_AgmSnazzyInfoWindow; function View_AgmSnazzyInfoWindow_0(_l) { return i0.ɵvid(0, [i0.ɵqud(402653184, 1, { _outerWrapper: 0 }), i0.ɵqud(402653184, 2, { _viewContainerRef: 0 }), (_l()(), i0.ɵeld(2, 0, [[1, 0], ["outerWrapper", 1]], null, 1, "div", [], null, null, null, null, null)), (_l()(), i0.ɵeld(3, 16777216, [[2, 3], ["viewContainer", 1]], null, 0, "div", [], null, null, null, null, null)), i0.ɵncd(null, 0)], null, null); } exports.View_AgmSnazzyInfoWindow_0 = View_AgmSnazzyInfoWindow_0; function View_AgmSnazzyInfoWindow_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "agm-snazzy-info-window", [], null, null, null, View_AgmSnazzyInfoWindow_0, RenderType_AgmSnazzyInfoWindow)), i0.ɵdid(1, 4898816, null, 1, i1.AgmSnazzyInfoWindow, [[3, i2.AgmMarker], i3.GoogleMapsAPIWrapper, i4.MarkerManager, i5.MapsAPILoader], null, null), i0.ɵqud(335544320, 1, { _templateRef: 0 })], null, null); } exports.View_AgmSnazzyInfoWindow_Host_0 = View_AgmSnazzyInfoWindow_Host_0; var AgmSnazzyInfoWindowNgFactory = i0.ɵccf("agm-snazzy-info-window", i1.AgmSnazzyInfoWindow, View_AgmSnazzyInfoWindow_Host_0, { latitude: "latitude", longitude: "longitude", isOpen: "isOpen", placement: "placement", maxWidth: "maxWidth", maxHeight: "maxHeight", backgroundColor: "backgroundColor", padding: "padding", border: "border", borderRadius: "borderRadius", fontColor: "fontColor", fontSize: "fontSize", pointer: "pointer", shadow: "shadow", openOnMarkerClick: "openOnMarkerClick", closeOnMapClick: "closeOnMapClick", wrapperClass: "wrapperClass", closeWhenOthersOpen: "closeWhenOthersOpen", showCloseButton: "showCloseButton", panOnOpen: "panOnOpen" }, { isOpenChange: "isOpenChange", beforeOpen: "beforeOpen", afterClose: "afterClose" }, ["*"]); exports.AgmSnazzyInfoWindowNgFactory = AgmSnazzyInfoWindowNgFactory; //# sourceMappingURL=snazzy-info-window.ngfactory.js.map