angular2-ie9-shims
v0.0.2
Published
Shims to make angular2 app work on IE9(+)
Readme
angular2-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:
[email protected]:
raw url: https://raw.githubusercontent.com/angular/angular/66df335998d097fa8fe46dec41f1183737332021/shims_for_IE.js
i.e., we have named it as [email protected]
[email protected]:
cdn url: https://unpkg.com/[email protected]/es6/dev/src/testing/shims_for_IE.js
i.e., we have named it as [email protected], shims_for_IE.dev.js & shims_for_IE.prod.js
Installation
You can install this package with npm, bower or manually download as zip
Install via npm
$ npm install angular2-IE9-shimsInstall via bower
$ bower install angular2-IE9-shimsUsage
Add a <script> into to your .html file:
Note: Always use the latest one.. (i.e., from below top one is the latest.)
<script src="/path/to/angular2-ie9-shims/[email protected]"></script> <script src="/path/to/angular2-ie9-shims/[email protected]"></script>OR
<script src="/path/to/angular2-ie9-shims/shims_for_IE.dev.js"></script>OR
<script src="/path/to/angular2-ie9-shims/shims_for_IE.prod.js"></script>License
MIT in LICENSE file.
