Angular

Motivation

Angular is a popular Javascript Framework that is being used to build Applications for Web, Desktop and Mobile Devices. What makes Angular quite intutive and easy to learn is that, Angular uses HTML to define the User-Interface and hence we don’t need to write the Front-End Interface in Javascript.

What problems does it solve?

Comparison to React

Angular is recommended to learn because of the Model View Controller (MVC) Architecture that it follows which allows the developers to do more while written lesser lines of code. Angular also supports Single Page Applications which are updated dynamically by communicating with the Backend Server. This makes Angular worth learning.

Description

How to Get Started

To get started with Angular, participants are requested to follow this tutorial: Angular Tutorial: Learn Angular from scratch step by step At the end of this tutorial course, the participant will be able to:

Further Reading