Difference between revisions of "Angular"

From PeformIQ Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
=Setting up a new CLI Project=
= Setting up a new CLI Project =


<pre>
<pre>

Latest revision as of 20:41, 2 March 2026

Setting up a new CLI Project

ng new project-name

...


cd project-name
...