Introduction to Angular 2

Angular 2 is a client-side framework to build web applications. It is very flexible in terms of being used with both mobile and web platforms. The basic advantage of using Angular is that it follows the ECMAScript 6 standard and developers can do object-oriented programming, define classes and interfaces, implement classes, and define data structures using Plain Old JavaScript Objects (POJO) for binding data. Another big advantage in terms of performance is the unidirectional data flow. Unlike Angular 1.x, Angular 2 provides both the option of doing two-way data binding or unidirectional data binding. In certain cases, unidirectional binding is good for performance. For example, when submitting a form, two way bindings ...

Get JavaScript for .NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.