0.2.3 • Published 7 months ago

vgt-library v0.2.3

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

Library for VGT Plattform

Libray to use with Angular CLI.

How to install

Run the command:

yarn add vgt-library

(Needs to be done only once, when creating a new project based on Angular for VGT)

How to create NGRX State

Run the command:

ng generate vgt-library:ngrxState

there are 2 additional inputs:

  1. Name of the state (creates also model with same name)
  2. Path (for example: src/app/shared/entity-data)

Result: Creates 6 Files

  • stateName.actions.ts
  • stateName.effects.ts
  • stateName.model.ts
  • stateName.reducer.ts
  • stateName.selectors.ts
  • stateName.service.ts
0.2.1

7 months ago

0.2.0

7 months ago

0.1.8

8 months ago

0.1.9

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.1.6

11 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago