Skip to content

Commit 550b6f0

Browse files
authored
fix(polyfills): manually import reflect-metadata
fixes #2770
1 parent d830d47 commit 550b6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/app/client/app/polyfills.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Enable certain polyfills depending on which browsers you need to support
22
// import 'core-js/es6';
33
// import 'core-js/es7/reflect';
4+
import 'reflect-metadata';
45

56
import 'zone.js/dist/zone';
67

0 commit comments

Comments
 (0)