1.1.7 • Published 6 years ago

cs-schema v1.1.7

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

cs-schema

A schematics to build view components as pages on angular-cli

Install

npm install cs-schema

Usage

Generate a page

ng generate cs-schema:page pageName

Output

it generates view components

page-name.page.css
page-name.page.html
page-name.page.spec.ts
page-name.page.ts
UPDATE src/app/app.module.ts

The Goal is to achive *(Angular Folder Structure)

  • Structure directory (angular6-example-app here)
  • More logical structure directory (from here)

License

MIT License © Cliste Software 2018

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago