From 6772fe276ebbd96bb5f3a15f300a86b9dd63fa1d Mon Sep 17 00:00:00 2001 From: Ibrahim Abdullah Date: Sat, 14 Sep 2019 17:20:50 +0200 Subject: [PATCH] fixing angular example app polyfills imports to work with core-js@3 --- lib/install/examples/angular/hello_angular/polyfills.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/install/examples/angular/hello_angular/polyfills.ts b/lib/install/examples/angular/hello_angular/polyfills.ts index 7a1e2472a..5f23305dd 100644 --- a/lib/install/examples/angular/hello_angular/polyfills.ts +++ b/lib/install/examples/angular/hello_angular/polyfills.ts @@ -38,8 +38,8 @@ // import 'classlist.js'; // Run `npm install --save classlist.js`. /** Evergreen browsers require these. **/ -import 'core-js/es6/reflect'; -import 'core-js/es7/reflect'; +import 'core-js/es/reflect'; +import 'core-js/proposals/reflect-metadata'; /**