Angular (web framework): Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
==Usage== | ==Usage== | ||
==Resources== | |||
* [https://angular.io/tutorial Official Angular Tutorial] |
Revision as of 20:29, 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