We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a824454 commit b84358eCopy full SHA for b84358e
README.md
@@ -399,6 +399,10 @@ import * as $ from 'jquery';
399
400
**Always make sure to wrap anything jQuery oriented in Angular's `isPlatformBrowser()` conditional!**
401
402
+### How can I support IE9 through IE11?
403
+
404
+To support IE9 through IE11 open the `polyfills.ts` file in the `polyfills` folder and uncomment out the 'import polyfills' as needed.
405
406
----
407
408
# Special Thanks
0 commit comments