0.0.14 • Published 8 months ago

frontend_fan-angular-migrations v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

0.0.11

8 months ago

0.0.12

8 months ago

0.0.13

8 months ago

0.0.14

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago