-
Updated
Aug 23, 2020 - TypeScript
ngrx
Here are 889 public repositories matching this topic...
-
Updated
Oct 23, 2018
stackblitz example: https://stackblitz.com/edit/angular-ivy-jvewmr?
browse https://angular-ivy-jvewmr.stackblitz.io/worker-archive/worker-dashboard
common.state.ts
import { Action, Selector, State, StateContext } from '@ngxs/store';
import { NzMessageService } f
-
Updated
Aug 23, 2020 - TypeScript
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Jul 29, 2020 - TypeScript
Implement all functionality of reports module for mobile platforms
-
Updated
May 26, 2019 - TypeScript
-
Updated
Jul 31, 2017 - TypeScript
Documentation help
Open call to our awesome community to help create documentation. If interested please work with us here and extend the existing docs for the scenarios you need.
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Aug 6, 2020 - TypeScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Apr 22, 2019
-
Updated
Jun 26, 2020 - TypeScript
-
Updated
Jan 9, 2018 - TypeScript
-
Updated
Aug 4, 2020 - TypeScript
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Jul 29, 2020 - TypeScript
-
Updated
Aug 23, 2020 - TypeScript
This should fail because otherNum is not part of the State interface:
interface State {
num: number
}
export const initialState: State = {
num: 0
};
export const appsReducer = createReducer(initialState, handleAction => [
handleAction(actions.getApps.success, () => ({
num: 0,
otherNum: 0 // adding this property should trigger a warning
})),
]);-
Updated
Mar 29, 2019 - TypeScript
Improve this page
Add a description, image, and links to the ngrx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ngrx topic, visit your repo's landing page and select "manage topics."
Minimal reproduction of the bug/regression with instructions:
ng add @ngrx/component`
The package that you are trying to add doe