Skip to content

Commit

Permalink
fix(polyfills): Allow string normalization on IE (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord authored and mbarbeau committed Feb 18, 2019
1 parent 8d73e28 commit 0d1154e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ import 'core-js/es6/reflect';
// If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';

/** IE10 and IE11 requires the following for string normalization */
import 'unorm/lib/unorm.js';

/**
* Web Animations `@angular/platform-browser/animations`
* Only required if AnimationBuilder is used within the application and
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"rxjs": "^6.1.0",
"stream": "^0.0.2",
"ts-md5": "^1.2.0",
"unorm": "^1.4.1",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.26"
},
Expand Down

0 comments on commit 0d1154e

Please sign in to comment.