App Interfaces
Create application state interface.
import { IEntityState } from '@briebug/ngrx-auto-entity';
export interface AppState {
// todo: add each entity state interface to our application state interface
}Last updated
Create application state interface.
import { IEntityState } from '@briebug/ngrx-auto-entity';
export interface AppState {
// todo: add each entity state interface to our application state interface
}Last updated