Skip to content

Commit 818fae1

Browse files
trotylhansl
authored andcommitted
fix(@angular/cli): add missing WeakMap polyfill
1 parent 9d3322b commit 818fae1

File tree

1 file changed

+1
-0
lines changed
  • packages/@angular/cli/blueprints/ng/files/__path__

1 file changed

+1
-0
lines changed

packages/@angular/cli/blueprints/ng/files/__path__/polyfills.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// import 'core-js/es6/array';
3232
// import 'core-js/es6/regexp';
3333
// import 'core-js/es6/map';
34+
// import 'core-js/es6/weak-map';
3435
// import 'core-js/es6/set';
3536

3637
/** IE10 and IE11 requires the following for NgClass support on SVG elements */

0 commit comments

Comments
 (0)