Upgrade the last stuff, fix errors.

This commit is contained in:
Manuel Friedli 2024-01-22 00:51:24 +01:00
parent 2e13a54919
commit 36dc27ecd6
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
6 changed files with 27 additions and 13 deletions

View file

@ -1,5 +1,5 @@
import {Injectable} from '@angular/core';
import * as NativePunycode from 'punycode';
import * as NativePunycode from 'punycode/';
import * as NativeQuotedPrintable from 'quoted-printable';
import * as NativeUtf8 from 'utf8';

View file

@ -38,14 +38,14 @@
// import 'classlist.js'; // Run `npm install --save classlist.js`.
/** IE10 and IE11 requires the following for the Reflect API. */
import 'core-js/es6/reflect';
// import 'core-js/es6/reflect';
/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';
// import 'core-js/es7/reflect';
/***************************************************************************************************
* 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.
/**