UNPKG

angular2-google-maps

Version:

Angular 2 components for Google Maps

12 lines (8 loc) 270 B
import {Provider} from '@angular/core'; export class WindowRef { getNativeWindow(): any { return window; } } export class DocumentRef { getNativeDocument(): any { return document; } } export const BROWSER_GLOBALS_PROVIDERS: Provider[] = [WindowRef, DocumentRef];