-
Updated
Jan 21, 2022 - TypeScript
ngrx
Here are 1,184 public repositories matching this topic...
-
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
Hi I am using NGXS state managment library in my App and I have selector like below and everything is working fine but when I am testing my app I have got error like below. PrintItemsState is lazy loaded and in *.spec.ts NGXS module is imported like NgxsModule.forRoot() . What I noticed problem is that im passing PrintItemsState as argument here:
@Selector([PrintItemsState])
 => 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."
jasmine-marbles should be 0.9.1 to go along with RxJS 7 for the generated examples.
https://github.com/ngrx/platform/blob/master/projects/ngrx.io/tools/examples/shared/boilerplate/cli/package.js