John Siu Blog

Tech - Business Tool, Personal Toys

Angular Cheat Sheet

☰ Table of Content

Some Angular CLI usage.

No Default Application

Mainly for library project.

1
ng new myLib --create-application=false

Generate Library With Project Name

1
ng generate library myLib-lib --prefix=myLib

Generate Application

1
ng generate application myLibTest

John Siu

Update: 2020-08-17
comments powered by Disqus