0.0.14 • Published 9 months ago

frontend_fan-angular-migrations v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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 and takeUntilDestroy(this))

To migrate, run the following script:

ng g frontend_fan-angular-migrations:destroy-ref
0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago