Introduction To Angular

1.What is Angular?

Angular is a platform and framework which can be efficiently used to make client applications just using HTML and TypeScript. It is an open-source web application framework designed and maintained by Angular team at Google.  It is the upgraded version of AngularJS that used JavaScript as its core language. With Angular we can create efficient and sophisticated Single-Page-Application with its compelling features like templating, two-way binding, modularization, RESTful API handling, dependency injection and AJAX handling.

2.     Why Angular?

Using this framework, you can benefit yourself with many things. Some of the reasons why you should use Angular are:

i.                   Supported by Google

ii.                 Uses TypeScript

iii.              Declarative UI

iv.              Every Object it uses is POJO

v.                 Easy Testing

vi.              Simplified MVC Pattern

vii.            Modular Structure

viii.         Code Consistency

ix.              Easy Maintenance

x.                 Improved Readability

 

Video Tutorial: