mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
fix zone.js import
This commit is contained in:
parent
fb5a598a95
commit
4a3a8fcd8c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ import '@angular/localize/init';
|
||||||
/***************************************************************************************************
|
/***************************************************************************************************
|
||||||
* Zone JS is required by default for Angular itself.
|
* 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.
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************************************
|
/***************************************************************************************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue