Show Menu
Cheatography

Angular projects Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Create a project

ng new [proje­ctname] --crea­te-­app­lic­ati­on=­false
cd [proje­ctname]

Create library

ng generate library [libra­ryname] --pref­ix=­[pr­efix]
ALWAYS: Use a prefix when generating a library.