I am developing an Application with the following technology stack:
Meteor + Angular 2. In Chrome, Firefox, Edge, IE11 everything works as it should..
BUT: i have a big problem with my application in IE9 + IE10. The Application does exactly nothing if I change the Document Modus to pretend IE Version 9/10.
As an Error I get:
modules.js - syntax error
and afterwards every meteor package claims:
meteorInstall is undefined
Im going to try following steps:
- Update Meteor
- Update Angular 2
If no one has a good solution, im going to reimplement every part of the app into a fresh project.. (I dont really want to do this :D)