Angular (web framework): Difference between revisions

Line 9: Line 9:
* Install [[NodeJS]] and npm
* Install [[NodeJS]] and npm
* Install the Angular CLI: <code>npm install -g @angular/cli</code>
* Install the Angular CLI: <code>npm install -g @angular/cli</code>
===Creating a project===
<pre>
ng new <project-name>
</pre>
<pre>
ng serve --open
</pre>


==Usage==
==Usage==