0.1.0 • Published 3 years ago

@ynnck/angular-schematics v0.1.0

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

Angular Schematics

This repository is a basic Schematic implementation that provides Angular schematics.

Schematics

The following schematics are included. Each schematic inherits most of the Angular default schematic options.

Container

A container component that can be used as a parent to presenter components following the container presenter schema.

ng g @ynnck/angular-schematics container --name %component name%

Presenter

A presenter component that can be used as view component without containing business logic following the container presenter schema.

ng g @ynnck/angular-schematics presenter --name %component name%

// use --template to create a template file
0.1.0

3 years ago

0.0.25

4 years ago

0.0.24

5 years ago

0.0.22

5 years ago

0.0.23

5 years ago

0.0.20

5 years ago

0.0.21

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago