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 Jun 16, 2019. It is now read-only.
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => https://github.com/ngxs/store/blob/master/CONTRIBUTING.md
[ ] Other... Please describe:
What is the motivation / use case for changing the behavior?
/** * Options that can be provided to the store. */exportinterfaceStoreOptions<T>{/** * Name of the state. Required. */name: string;/** * Default values for the state. If not provided, uses empty object. */defaults?: T;/** * Sub states for the given state. */children?: any[];/** * Define states in your root module * */providedIn?: Type<any>|'ngxsRoot'|null;}
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Expected behavior
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: