Angular 2.0 overview


This is my 3rd article so I decided to move  to post angular 2.0 tutorial series because it has become more popular among  front end developers and more user friendly than JavaScript. so my first articles contain an overview of angular 2.0 . I recommend you to  invest your time in learning Angular 2.0 as this has become one of the the leading frameworks in this era.

Angular 2.0 overview

Angular 2.0

Open source JavaScript framework to build web application.this framework build by Google.

Why go with Angular 2.0

  • To address problem in single page and testing application consider as key point.
  • Easy to test the applications.
  • focus on the development of mobile app.
  • Angularjs is a module based framework but, Angular 2.0 is a component based framework,so it has improved the performance & remove several modules.Angular 2.0 is based on Typescript.

Typescript :

  • Typescript developed by Microsoft.
  • Strongly typed language (each type of data <int,string...> is predefined as a part of language).
  • Modules and Classes
  • Support interface and genetic

Key feature of Angular 2.0

  • Components - Component help to build application into many model.controller and $scope no longer use in Angular 2.0. it was replaced by components and directive.
  • Based on Typescript.
  • Services can be shared by different components of an application.
  • Better support for mobile device and powerful template.

Angular 2.0 Components

  • Modules
  • Component
  • Meta-data
  • Template
  • Data Binding
  • Services
  • Directives
  • Dependency Injection
Architecture Overview.jpg
Next tutorial series will describe more on these topics  ðŸ˜ƒðŸ˜ƒðŸ˜ƒðŸ˜ƒ

Comments

Popular posts from this blog

Installing Gulp and Package.json

Why and How performance is important

Basic concepts of Blockchain