Angular
“Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.”
Opinionated Framework
Angular is an opinionated framework which means that there are recommended ways to do things. On the other hand react native
is less opinionated and developers have more freedom to choose how to accomplish a specific task. The benefit of an opinionated framework is that all developers that know Angular will be able to understand and structure the product they are developing the same way. There will also definitely be less guessing as to what is the best way to accomplish something.
Angular Getting Started
-
QuickStart Create Base App (30 mins): Angular: Quickstart
Updating Angular project
Journal
- 2019.01.12
- Created
Angular Getting Started
. This was a Google Document I made
- Created
- 2020.06.20 Created file and added Updating Angular Project Section
- 2020.06.26 Seperated Getting started from general Angular Getting Started
- 2020-09-16 Added
Opinionated Framework
section