Skip to content

NG-ZORRO/schematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

@ng-zorro/schematics

Install

$ npm install -g @ng-zorro/schematics

Use

ng new -c @ng-zorro/schematics [app-name]

✅️ Would you like to use @ng-zorro/schematics as the default collection?
✅️ Would you like to add stricter TSLint options?
✅️ Would you like to set the workspace path mapping in the tsconfig.json file?
✅️ Would you like to enable the commit lint?
✅️ Would you like to enable the prettier?
👍 Which one do you want to use as the default change detection strategy?
❯  OnPush
   Default

Workspace

.
├── src
│   └── app
│       ├── app.interceptor.ts
│       ├── app.module.ts
│       ├── interfaces
│       ├── pages
│       ├── services
│       ├── share
│       ├── test
│       └── utility
├── angular.json
├── commitlint.config.js
├── package.json
└── tslint.json