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
It was Webstorm, it did "import {combineReducers} from '@ngrx/store/store';"
It should be "import {combineReducers} from '@ngrx/store';"
Webstorm auto imports it once its included on the code.
The text was updated successfully, but these errors were encountered:
egonzal93
changed the title
Won't run on IE 11, Do you have a polyfill for IE 11?
Issue running ngrx-forms on IE 11
Jan 18, 2018
egonzal93
changed the title
Issue running ngrx-forms on IE 11
Issue running ngrx-forms on IE 11-resolved now please close
Jan 18, 2018
It was Webstorm, it did "import {combineReducers} from '@ngrx/store/store';"
It should be "import {combineReducers} from '@ngrx/store';"
Webstorm auto imports it once its included on the code.
The text was updated successfully, but these errors were encountered: