Difference between revisions of "Angular"

From PeformIQ Wiki
Jump to navigation Jump to search
(Created page with "=Angular= Category:Angular")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Angular=
= Setting up a new CLI Project =
 
<pre>
ng new project-name
 
...
 
 
cd project-name
...
</pre>




[[Category:Angular]]
[[Category:Angular]]

Latest revision as of 20:41, 2 March 2026

Setting up a new CLI Project

ng new project-name

...


cd project-name
...