Table of Contents

Angular

CLI Commands

Generate module/service/component

ng g m path/NAME --routing
ng g s path/NAME --module=path/NAME2
ng g c path/NAME --module=path/NAME2

Building dist with/without hashing

ng build --prod --build-optimizer
ng build --prod --build-optimizer --output-hashing=all

Useful packages