Files
TechRadarAJR/radar/2017-03-01/angular-2.md
Philip Feldmann 461c4e7dda Added articles in markdown
Added all (missing) current articles of each quadrant.
2017-04-04 17:22:21 +02:00

972 B

title, ring, quadrant
title ring quadrant
Angular 2 assess languages-and-frameworks

The latest version of the Angular Framework, which is used for large single-page applications.

Angular 2 is a complete rewrite of Angular 1 — any many things have changed compared to the first version. The latest best practices and toolings from the JavaScript community have found their way into Angular2.

It supports DI (dependency injection), it has a clean inheritance and a good separation of concerns. Angular2 follows the web component standards to avoid negative side effects between components.

We think that Angular2+ is well-structured on both a development and an application level.

When talking about Angular2, we must consider the angular.cli as well, which provides a huge level of intelligent automation along the development process and project setup.