-
Notifications
You must be signed in to change notification settings - Fork 519
DI Error in IE following shim installation #926
Comments
I'm not sure which shim you've used, but you need to have the correct shims to for IE support lower than IE11. |
@MarkPieszak I ran the following:
Then changed the top of my boot-client.ts file to look like this:
The same issue remains. |
Any update on this? It's not really OK that this library doesn't work in IE10. |
We have an existing issue tracking support for older IE versions at #484. I'll close this as a duplicate of that.
The template isn't meant to support all legacy browsers by default, as that would bloat the resulting application and not everyone needs that support. However I recognise that we could use clear docs on what polyfills are needed for people who do want to support legacy browsers. |
I had created issue #891 where I was getting a 'WeakMap' is undefined error when I tried to load the ASP.NET Core Angular 2 app in IE10. @SteveSandersonMS suggested I import
core-js
which resolved the WeakMap issue, but now I'm getting this error:The app works fine in all other browsers.
The text was updated successfully, but these errors were encountered: