feat: update to Angular 12 (#5868)

This commit is contained in:
Sergey Andrievskiy 2021-06-27 21:06:28 +03:00 committed by GitHub
parent 7b2be34873
commit 080830a2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6814 additions and 6468 deletions

View file

@ -38,7 +38,7 @@ import 'core-js/es7/reflect';
/***************************************************************************************************
* Zone JS is required by Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************