UNPKG

@ngrx/component

Version:

Reactive Extensions for Angular Components

16 lines (15 loc) 605 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ngrx-component-migration-15-beta": { "description": "As of NgRx v14, `ReactiveComponentModule` is deprecated. It is replaced by `LetModule` and `PushModule`.", "version": "15.0.0-beta", "factory": "./15_0_0-beta/index" }, "ngrx-component-migration-16": { "description": "As of NgRx v16, `LetModule` and `PushModule` are deprecated in favor of standalone `LetDirective` and `PushPipe`.", "version": "16.0.0", "factory": "./16_0_0/index" } } }