0.7.2 • Published 8 years ago
@ngx-devtools/cli v0.7.2
Angular CLI - @ngx-devtools/cli
Custom CLI for Angular
Getting Started
Prerequisites
- Nodejs version 7+
- Git Bash
Install
npm install --g @ngx-devtools/cliUsage
ngx --helpBundle your code
ngx run bundleSteps before you bundle
- All your code should be in
srcfolder - You should have
index.tsat root level of yoursrcfolder index.tsfile should have all exported component, modules, directives, pipes and etc.
Serve your application
ngx run serve