Angular (web framework): Difference between revisions

(Created page with "Angular is a web framework by Google which allows you to create progressive web apps (PWAs). It can also be used to create native mobile or desktop apps. ==Getting Started=...")
 
Line 5: Line 5:
See [https://angular.io/guide/setup-local Angular Guide Setup Local].
See [https://angular.io/guide/setup-local Angular Guide Setup Local].


* Install node.js and npm
* Install [[NodeJS]] and npm
* Install the Angular CLI
* Install the Angular CLI: <code>npm install -g @angular/cli</code>
*: <code>npm install -g @angular/cli</code>


==Usage==
==Usage==