Angular 9 features | IVY Compiler

Angular 9 features | IVY Compiler

We will discuss…
  • What is Angular
  • Angular Features
  • What is new in Angular 9
  • ANGULAR 9 IVY Compiler
  • Angular Version(s)
Suggested Videos:
  1. What is TypeScript?
  2. Create 1st Angular Project Using Angular CLI
Angular V2 or V2+
  • Open Source web application and client side framework led by the Angular Team at Google and by a community of individual and corporations.
  • 100 % Written in TypeScript.
  • Cross platform support with Super Speed & Performance
  • Angular has a different expression syntax, focusing on "[ ]" for property binding, and "( )" for event binding.
  • Modularity : much core functionality has moved to modules and components
  • Form Validation, Server Communication, Inject-able, Testable
  • Angular has a component based architecture inspired in which it is easy to handle large enterprise-level applications.
  • With Angular we can build single-page applications using its routing module.
  • There are two types of directives in Angular
  1. Structural - Structural directives modify layout by altering HTML elements in a DOM.
  2. Attribute - Attribute directives change the behavior or appearance of the existing DOM element.

ANGULAR Features
  • TypeScript is a superset of ECMAScript 6 (ES6), and is backwards compatible with ECMAScript 5 (i.e.: JavaScript).
  • Angular recommends the use of Microsoft's TypeScript language, which introduces the following features:
  • Static typing, Including Generics
  • Directives, Two-way data binding, Reusable Components
  • Dependency Injection, Services, Routing, HttpClient
  • Annotations, Dynamic loading
  • Asynchronous template compilations

Available Angular Version(s)


ANGULAR 9 Features in short

ANGULAR 9 IVY Compiler (https://angular.io/guide/ivy)

As we progress through the course, we will discuss all in details.
Good Luck!

No comments:

Post a Comment

Your feedback is important.
Visit www.techwebdots.in