Custom CLI for Angular
Getting Started
- Nodejs version 7+
- Git Bash
npm install --g @ngx-devtools/cli
ngx --help
ngx run bundle
- All your code should be in
src
folder - You should have
index.ts
at root level of yoursrc
folder index.ts
file should have all exported component, modules, directives, pipes and etc.
ngx run serve