Site icon Tutorial

Angular Features

Go back to Tutorial

AngularJS is not a single piece in the overall puzzle of building the client-side of a web application. It handles all of the DOM and AJAX glue code you once wrote by hand and puts it in a well-defined structure. This makes AngularJS opinionated about how a CRUD (Create, Read, Update, Delete) application should be built. But while it is opinionated, it also tries to make sure that its opinion is just a starting point you can easily change. AngularJS comes with the following out-of-the-box:

Angular has the following key features which makes it one of the powerful frameworks in the market.

Angular 4 Features

Angular community has introduced some significant changes to Angular 4 and therefore, the major version number has been changed from 2 to 4 (skipping 3). The reason behind directly jumping to Angular 4 and skipping the version 3 was that the router package was in version 3.x, so instead of putting everything to 3.0 and the router to 4.0, the team chose to upgrade the versions of all the ng – modules to 4.0.

The following points introduced in Angular 4.0,

Angular 6 Features

Angular 7 Features

Go back to Tutorial

Exit mobile version