-
Updated
Oct 1, 2020 - TypeScript
ngrx
Here are 925 public repositories matching this topic...
-
Updated
Oct 23, 2018
hi, im using selector of ngxs, and our team create a dynamic selector, inside of documentation we didn't see nothing about this, but we´re asking if this is a good practice. Here´s the example of how we doit
`
@selector()
static current_answers(state: QuestionnaireStateModel): {getBy: (questionId: number) => number[]} {
return {getBy: (questionId: number)
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Jul 23, 2018 - 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
Sep 7, 2020 - TypeScript
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Apr 22, 2019
-
Updated
Jun 26, 2020 - TypeScript
-
Updated
Jan 9, 2018 - TypeScript
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 10, 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."
Add a new schematic to generate:
A service that extends ComponentStore
A spec file if requested
Maybe an inlined interface for the default type
Describe any alternatives/workarounds you're current