angular update to version 12

first step: ng update @angular/core@12 @angular/cli@12
This commit is contained in:
2021-07-03 09:03:40 +02:00
parent 8ed853c3cf
commit 6c1a0f997e
6 changed files with 4027 additions and 5270 deletions

View File

@@ -55,7 +55,7 @@
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************