I’ve installed npm install @ngrx/core @ngrx/store –save
On CTRL+SPACE I have no suggestion for @ngrx classes. Not sure if something is wrong in project or at ngrx side or in WebClipse handling.
For example there is no suggestion for StoreModule, but if I add manually import { StoreModule } from '@ngrx/store';
everything is ok.
Or, if I type export class MyAction implements Action
, there is no suggestion for Action, though if I add import { Action } from '@ngrx/store';
there is.
Is it a bug or do I miss something? Tried to clean/close/rebuild/remove/add, same result.