Максим Иванов

Results 277 comments of Максим Иванов

> In my application, most states should be stored in persistent storage. There are only a few that should be excluded. With the current functionality, if I had 10 states,...

https://www.npmjs.com/package/@ngxs-labs/data

@Jordan-Hall up to you, if NGRX can help you

Therefore, this issue is still open, and it must be solved. And if you have the time and desire, you can send a pull request and it will be a...

Using the date plugin, you do not need forRoot, forFeature. Because there you can add a decorator over the state and it will be easily applied.

@markwhitfeld @Carniatto what do you think about: ```ts import { sliceByState } from '@ngxs/store/utils'; @Selector([ sliceByState({ state: AppState, path: 'users' }) ]) static getUsers.... ```