feat(core): drop support for zone.js 0.10.x (#40823)

With this change we drop support for zone.js 0.10.x.
This is needed because in version 12 the CLI will only work with `~0.11.4`. See angular/angular-cli#20034.

BREAKING CHANGE:

Minimum supported `zone.js` version is `0.11.4`

PR Close #40823
This commit is contained in:
Alan Agius
2021-02-17 08:46:48 +01:00
committed by Andrew Scott
parent c362205882
commit aaf9b31fb4
10 changed files with 27 additions and 28 deletions
@@ -8,8 +8,8 @@
// import zone.js from npm here because integration test will load zone.js
// from built npm_package instead of source
import 'zone.js/dist/zone-node';
import 'zone.js/dist/zone-testing';
import 'zone.js/node';
import 'zone.js/testing';
// Only needed to satisfy the check in core/src/util/decorators.ts
// TODO(alexeagle): maybe remove that check?
require('reflect-metadata');