chore(tslint): update tslint to 4.x (#13603)
This commit is contained in:
@ -11,6 +11,8 @@ import {NgZone} from '@angular/core';
|
||||
import {global} from './facade/lang';
|
||||
import {getDOM} from './private_import_platform-browser';
|
||||
|
||||
export let browserDetection: BrowserDetection;
|
||||
|
||||
export class BrowserDetection {
|
||||
private _overrideUa: string;
|
||||
private get _ua(): string {
|
||||
@ -133,8 +135,6 @@ export function stringifyElement(el: any /** TODO #9100 */): string {
|
||||
return result;
|
||||
}
|
||||
|
||||
export var browserDetection: BrowserDetection = new BrowserDetection(null);
|
||||
|
||||
export function createNgZone(): NgZone {
|
||||
return new NgZone({enableLongStackTrace: true});
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user