Skip to content

Commit

Permalink
Merge pull request #2771 from angular-fullstack/fix/reflect-metadata-…
Browse files Browse the repository at this point in the history
…import

fix(polyfills): manually import `reflect-metadata`
  • Loading branch information
Awk34 committed Oct 25, 2018
2 parents d830d47 + 550b6f0 commit a391762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/app/client/app/polyfills.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Enable certain polyfills depending on which browsers you need to support
// import 'core-js/es6';
// import 'core-js/es7/reflect';
import 'reflect-metadata';

import 'zone.js/dist/zone';

Expand Down

0 comments on commit a391762

Please sign in to comment.