ngxs
Here are 99 public repositories matching this topic...
-
Updated
Oct 14, 2020 - TypeScript
Switch to Jest test framework to be in line with the main library.
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Oct 17, 2020 - TypeScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
May 4, 2020 - TypeScript
Fix linter warning
Actual behavior
Next warning appears during running linter check
Could not find implementations for the following rules specified in the configuration:
component-class-suffix
component-selector
contextual-lifecycle
directive-class-suffix
directive-selector
no-conflicting-lifecycle
no-host-metadata-property
no-input-rename
no-inputs-metadat
-
Updated
Nov 5, 2018 - TypeScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Jul 20, 2018 - TypeScript
-
Updated
Sep 10, 2020 - TypeScript
Improve this page
Add a description, image, and links to the ngxs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ngxs topic, visit your repo's landing page and select "manage topics."
I previously opend a feature request for a modifiable state within a selector (#1679), because i have a problem with the recalculation / slicing / preprocessing of the state, every time >100mb. Now i have read that you plan that the state is only recalculated if the output changes for v4 (not the parameters, https://www.ngxs.io/concepts/select#joining-selectors )[would also exactly solve my recalc