ngrx
Here are 1,259 public repositories matching this topic...
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Feb 9, 2021
Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.
Describe the solution you'd like
Checkbox "Show line n
In src/internal/state-context-factory.ts it is noted:
// In doing this refactoring I noticed that there is a 'bug' where the
// application state is returned instead of this state slice.
// This has worked this way since the beginning see:
// https://github.com/ngxs/store/blame/324c667b4b7debd8eb979006c67ca0ae347d88cd/src/state-factory.ts
// This needs to be fixed, but is a 'breaking' ch
-
Updated
Mar 24, 2022 - TypeScript
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Jun 25, 2022 - 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
Jun 22, 2022 - TypeScript
-
Updated
Jan 7, 2021 - TypeScript
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
May 27, 2022
-
Updated
Jun 26, 2020 - TypeScript
-
Updated
Jun 24, 2022 - TypeScript
-
Updated
Jan 9, 2018 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Jun 25, 2022 - TypeScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Jun 21, 2022 - TypeScript
Are you open to adding a Payload utility type? I think the following would be fairly useful:
const action = createActionCreator(
'FOO',
resolve => (foo: string) => resolve({ foo }),
)
// Get the payload type of this action
const FooPayload = Payload<typeof action>Essentially I think you can do something like this but it would be better to make it generic.
tyImprove 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."
Information
A question that I frequently see on various channels, is how to implement an effect without parameters.
Because this seems to be the number one question, I propose to add an example to the docs.
Documentation page
https://ngrx.io/guide/component-store/effect
I would be willing to submit a PR to fix this issue