Skip to content

Commit b84358e

Browse files
TimHarkerMarkPieszak
authored andcommitted
Modified FAQ (TrilonIO#192)
See this issue link, TrilonIO#190. Closes TrilonIO#190
1 parent a824454 commit b84358e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,10 @@ import * as $ from 'jquery';
399399

400400
**Always make sure to wrap anything jQuery oriented in Angular's `isPlatformBrowser()` conditional!**
401401

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+
402406
----
403407

404408
# Special Thanks

0 commit comments

Comments
 (0)