1.1.7 • Published 7 years ago

cs-schema v1.1.7

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

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago