We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc7b03 commit 1346660Copy full SHA for 1346660
modules/angular2/globals.d.ts
@@ -29,3 +29,5 @@ interface BrowserNodeGlobal {
29
setInterval: Function;
30
clearInterval: Function;
31
}
32
+
33
+declare var global: any;
0 commit comments