Difference between revisions of "Angular"

From PeformIQ Upgrade
Jump to navigation Jump to search
(Created page with "=Angular= Category:Angular")
 
 
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 06:09, 13 October 2019

Setting up a new CLI Project

ng new project-name

...


cd project-name
...