generator-alo-ng
v1.1.8
Published
Yeoman generator for an Angular 4 module
Downloads
32
Maintainers
Readme
Angular library generator
A Yeoman generator for AOT-compatible Angular 4 libraries in UMD, ESM5 and ESM2015 formats.
Requirements
- Node >= 7.6
Installation
npm install -g generator-alo-ng
Usage
alo-ng
Gulp commands inside bundle
- build - compile the library for UMD, ESM5 and ESM2015
- build:demo:aot - compile the demo site in AOT without minification
- build:demo:aot:prod - compile the demo site in AOT with minification
- build:demo:jit - compile the demo site in JIT
- watch - compile the demo site in JIT and watch for changes
- server - start the local dev server for the compiled JIT demo app