1.0.7 • Published 2 years ago

ng-page-schematics v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Angular schematics Page Generator

Schematics library for angular generate.

Install by npm

npm i --save-dev ng-page-schematics

Create a new page

ng generate ng-page-schematics:page name-of-page --spec=false

Will create the following component

  • *.page.html
  • *.page.ts
  • *.page.scss
  • *.module.ts
  • *.routing.ts
  • *.spec.ts

and update the parent routing that contains the key routes;

see the list of parameter here --spec=false

Develop

This library has been created with @angular-devkit/schematics-cli

npm install -g @angular-devkit/schematics-cli

schematics blank --name=ng-page-schematics

after coding run

npm run build
npm publish
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago