I tried to migrate Angular 6 application to angular 7 application and have got the following warning messsage
npm WARN @ngrx/[email protected] requires a peer of @angular/core@^6.0.0 but none is installed.
You must install peer dependencies yourself.
npm WARN @ngrx/[email protected] requires a peer of @angular/core@^6.0.0 but none is installed.
You must install peer dependencies yourself.
What does that mean ?
Does it mean that there is no compatible store for angular 7 ?
Will my store not work ?