Angular

Angular Official Website

“Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.”

Angular Documentation

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

  1. QuickStart Create Base App (30 mins): Angular: Quickstart

  2. Angular: Tour of Heroes Tutorial

Updating Angular project

Angular Update Guide

Journal