Skip to content

Angular Cheatsheet

Shaung Cheng edited this page Nov 16, 2020 · 1 revision

Generate a Page Component

Run, e.g., ng generate component pages/about, or just ng g c .... A directory pages/about will be created, containing the ts, scss and html files.

Clone this wiki locally