0.7.2 • Published 6 years ago

@ngx-devtools/cli v0.7.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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 your src folder
  • index.ts file should have all exported component, modules, directives, pipes and etc.

Serve your application

ngx run serve