Shims to make angular2 app work on IE9(+)
npm install angular2-ie9-shimsangular2-IE9-shims
==================
Shim(s) / Pollyfill(s) to make angular2 app work on older browsers (IE 9+)
^ It can be used as a temporary workaround for now, until the underlying libraries are fixed to include this polyfill(s).
Note: It has been pulled from:
angular@2.1.2:raw url: https://raw.githubusercontent.com/angular/angular/66df335998d097fa8fe46dec41f1183737332021/shims_for_IE.js
i.e., we have named it as shims_for_IE@2.1.2.js
angular@2.0.0-beta.17: cdn url: https://unpkg.com/angular2@2.0.0-beta.17/es6/dev/src/testing/shims_for_IE.js
i.e., we have named it as shims_for_IE@2.0.0-beta.17.js, shims_for_IE.dev.js & shims_for_IE.prod.js
You can install this package with npm, bower or manually download as zip
npm```
$ npm install angular2-IE9-shims
``
$ bower install angular2-IE9-shims
Add a
`
`html`
OR
`html`
OR
`html``
MIT in LICENSE file.