Angular 2 Introduction


Angular 2 Introduction:– Angular (commanly referred to as “Angular 2+” or “Angular 2”) is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations to address all of the parts of the developer’s workflow while building complex web applications. Angular is a complete rewrite from the same team that built AngularJS.

Angular recommends the use of Microsoft’s TypeScript language.
Angular 2 and NativeScript make the Mobile development (Android, iOS) easy, we will discover how to build Mobile Apps later in our Tutorial
Angular 2 supports the latest versions of Chrome, Edge, Firefox, IE, and Safari, it supports older browsers too.

Some benifits of using angular 2 are as follows:–

1. For rendering the pages on mobile, it uses server side rendering which makes it faster.
2. It uses latest web technologies capabilities which enables it to work offline and faster.
3. Develop once deploy everywhere ie. on for different-different platforms you don’t need to develop different-different apps.
4. Easy to learn and develop the Applications.

Advantages of Angular 2:-

1.Speed and Performance:

Performance improved in Angular 2.0 as compared to Angular 1.x. Bootstrap is now platform specific in angular 2.0

2.Progressive web apps

Use modern web platform capabilities to deliver app-like experiences. High performance, offline, and zero-step installation.

3.Cross Platform

The rapid development in the world of web technologies, especially in SPA frameworks like Angular 2 and React, empowers developers to build enterprise scale, platform independent applications with a flexible and vivid technology stack.
Hence Angular 2 platform also provides a support for mobile web development especially for Android and IOS because it support many new browsers like safari ,chrome etc.

4.Code splitting

Angular apps load quickly with the new Component Router, which delivers automatic code-splitting so users only load code required to render the view they request.

5.Native

Build native mobile apps with strategies from Ionic Framework, NativeScript, and React Native.


Advertisements

Add Comment

đź“– Read More