fix: make sure that Zone does not show up in angular2.d.ts
Closes #7655
This commit is contained in:

committed by
Miško Hevery

parent
048bd280dd
commit
d4e9b55fb6
@ -9,7 +9,6 @@ export interface BrowserNodeGlobal {
|
||||
Math: any; // typeof Math;
|
||||
assert(condition: any): void;
|
||||
Reflect: any;
|
||||
Zone: typeof Zone;
|
||||
getAngularTestability: Function;
|
||||
getAllAngularTestabilities: Function;
|
||||
getAllAngularRootElements: Function;
|
||||
@ -477,4 +476,4 @@ export function bitWiseAnd(values: number[]): number {
|
||||
|
||||
export function escape(s: string): string {
|
||||
return _global.encodeURI(s);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user