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 | * Install [[NodeJS]] and npm | ||
* Install the Angular CLI | * Install the Angular CLI: <code>npm install -g @angular/cli</code> | ||
==Usage== | ==Usage== |
Revision as of 20:28, 8 July 2020
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
See Angular Guide Setup Local.
- Install NodeJS and npm
- Install the Angular CLI:
npm install -g @angular/cli