diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-14 15:20:58 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-27 16:00:13 +0200 |
commit | 05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0 (patch) | |
tree | 3644d14bbae96780ce4863efa6290e12971b1ce0 /client/src/polyfills.ts | |
parent | 7e6bdb5ae5d87e1a36ef185273536901ae97b9db (diff) | |
download | PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.tar.gz PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.tar.zst PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.zip |
Update to angular 12
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r-- | client/src/polyfills.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index 7c051413f..d862de8d8 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts | |||
@@ -58,7 +58,7 @@ import 'core-js/es/object' | |||
58 | * Zone JS is required by default for Angular itself. | 58 | * Zone JS is required by default for Angular itself. |
59 | */ | 59 | */ |
60 | // tslint:disable | 60 | // tslint:disable |
61 | import 'zone.js/dist/zone' // Included with Angular CLI. | 61 | import 'zone.js' // Included with Angular CLI. |
62 | 62 | ||
63 | /*************************************************************************************************** | 63 | /*************************************************************************************************** |
64 | * APPLICATION IMPORTS | 64 | * APPLICATION IMPORTS |