UNPKG

angular2-google-maps

Version:

Angular 2 components for Google Maps

17 lines 529 B
"use strict"; var WindowRef = (function () { function WindowRef() { } WindowRef.prototype.getNativeWindow = function () { return window; }; return WindowRef; }()); exports.WindowRef = WindowRef; var DocumentRef = (function () { function DocumentRef() { } DocumentRef.prototype.getNativeDocument = function () { return document; }; return DocumentRef; }()); exports.DocumentRef = DocumentRef; exports.BROWSER_GLOBALS_PROVIDERS = [WindowRef, DocumentRef]; //# sourceMappingURL=browser-globals.js.map