@ngrx/signals
Version:
Reactive Store and Set of Utilities for Angular Signals
26 lines (25 loc) • 977 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"18_0_0-rc_3-protected-state": {
"description": "Make the state of all existing SignalStores unprotected",
"version": "18.0.0-rc.3",
"factory": "./18_0_0-rc_3-protected-state/index"
},
"18_0_0-rc_3-writablestatesource": {
"description": "Replace StateSignal usages with WritableStateSource",
"version": "18.0.0-rc.3",
"factory": "./18_0_0-rc_3-writablestatesource/index"
},
"19_0_0-rc_0-props": {
"description": "Replace several properties with a single props object",
"version": "19.0.0-rc.0",
"factory": "./19_0_0-rc_0-props/index"
},
"21_0_0-beta_0-rename-withEffects-to-withEventHandlers": {
"description": "Rename withEffects to withEventHandlers",
"version": "21.0.0-beta.0",
"factory": "./21_0_0-beta_0-rename-withEffects-to-withEventHandlers/index"
}
}
}