ng-page-schematics

1.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ng-page-schematics

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

39.2 kB

Total Files

16

Last publish

Collaborators

  • alessandro.donateo