frontend_fan-angular-migrations
v0.0.14
Published
A blank schematics
Readme
Migration scripts for Angular
Contains schemas for automatic migrations to new Angular features
Installation
npm i -D frontend_fan-angular-migrationsAvailable migrations
DestroyRef
A schema that converts deprecated patterns for tracking Angular structure destruction to use DestroyRef and takeUntilDestroyed().
The following patterns are currently supported:
- Decorator and RxJS operator (e.g.
@DestroyableandtakeUntilDestroy(this))
To migrate, run the following script:
ng g frontend_fan-angular-migrations:destroy-ref