0.0.14 • Published 8 months ago
frontend_fan-angular-migrations v0.0.14
Migration scripts for Angular
Contains schemas for automatic migrations to new Angular features
Installation
npm i -D frontend_fan-angular-migrations
Available 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.
@Destroyable
andtakeUntilDestroy(this)
)
To migrate, run the following script:
ng g frontend_fan-angular-migrations:destroy-ref