Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
709
74a65cc1 update(schematics): ngrx facade needs correct store type When injecting a store reference, the store state should be an inline type based on the feature key that was registered with `StoreModule.forFeature(...)`. Consider the facade generated for feature 'cars': ```ts StoreModule.forFeature('cars', carsReducer, { initialState: carsInitialState }) ``` ```ts @Injectable() export class CarsFacade { constructor( private store: Store<{cars: CarsState}> ) { } } ```
by Thomas Bur...
T
Previous page
Previous
Next
Next page