You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2018. It is now read-only.
When npm start then ie11 error -> SCRIPT5007
row 54:
modules[moduleId].call(module.exports, module, module.exports, webpack_require);
In chrome, firefox is work and not error.
The text was updated successfully, but these errors were encountered:
You need to import { Observable } from 'rxjs/Observable', import { Subject } from 'rxjs/Subject', and import 'rxjs/add/observable/from' instead of import * as Rx from 'rxsj/Rx' to have it work in IE. This is a known workaround.
I also had to point to the source index.ts in the package.json file to get IE to work, so it is your code and how you are compiling.
Please read how to build libraries for Angular 2+, since I do not have the time to fix the tsconfig.josn with the correct compiling options.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When npm start then ie11 error -> SCRIPT5007
row 54:
modules[moduleId].call(module.exports, module, module.exports, webpack_require);
In chrome, firefox is work and not error.
The text was updated successfully, but these errors were encountered: