0.0.14 • Published 10 months ago

frontend_fan-angular-migrations v0.0.14

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

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago