87968: Upgrade to Angular 12

This commit is contained in:
Yura Bondarenko
2022-02-24 18:45:31 +01:00
parent 45887154b6
commit 22c5976095
14 changed files with 2869 additions and 5046 deletions

1
src/typings.d.ts vendored
View File

@@ -39,7 +39,6 @@ interface SystemJS {
// Extra variables that live on Global that will be replaced by webpack DefinePlugin
declare var ENV: string;
declare var HMR: boolean;
declare var Zone: { current: any };
interface GlobalEnvironment {
ENV;
HMR;