UNPKG

@ngrx/signals

Version:

Reactive Store and Set of Utilities for Angular Signals

15 lines (14 loc) 363 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsNgRxSignals", "title": "NgRx Signals Schema", "type": "object", "properties": { "skipPackageJson": { "type": "boolean", "default": false, "description": "Do not add @ngrx/signals as dependency to package.json (e.g., --skipPackageJson)." } }, "required": [] }