Files
ng2-file-upload/scripts/polyfills.ts
Rick van Lieshout 6608960cec feat(package): Added support for Angular 13. fixes #1193 (#1201)
* updated versioning, added changelog docs

* update to angular 12

* update of eslint

* update of angular 13

* updated nx to 13
2022-07-19 23:53:57 +03:00

6 lines
204 B
TypeScript

// This file includes polyfills needed by Angular 2 and is loaded before
// the app. You can add your own extra polyfills to this file.
import 'ts-helpers';
import 'zone.js';
import 'classlist-polyfill';