0.1.0 • Published 2 years ago

@ynnck/angular-schematics v0.1.0

Weekly downloads
14
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago