@ngx-devtools/cli
v0.7.2
Published
#### Custom CLI for Angular
Downloads
10
Readme
Angular CLI - @ngx-devtools/cli
Custom CLI for Angular
Getting Started
Prerequisites
- Nodejs version 7+
- Git Bash
Install
npm install --g @ngx-devtools/cli
Usage
ngx --help
Bundle your code
ngx run bundle
Steps before you 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.
Serve your application
ngx run serve