Skip to main content

Angular 9 features

Angular 9 is latest iteration of popular framework. It comes with many exciting features. Some of the features are listed below.
  1. New compiler, In angular 9 Ivy is the default compiler.
  2. Bundle size in angular 9 is reduced upto 30% all thanks to new Ivy rendering engine.
  3. ViewChild decorator no longer required to pass static parameter as it is false by default in angular 9.
  4. AOT is enabled for development mode also. That means now app will use Ahead of time compiler for development mode as well.
  5. Support for latest Typescript version 3.7.
  6. Allowed better debugging options.
  7. Better ng upgrade.
If any project need to upgrade to angular 9 then use Angular Update Guide to upgade your angular project to latesr version.

Comments

Popular posts from this blog

Angular Architecture

Angular Architecture is divided into different parts like Component, Template, Directive, Service, and Module. Before you start to develop your application, you should have knowledge about the purpose of each part of the application. So that you can make your application smoother and faster. Below is the figure of angular architecture. Angular Architecture In this chapter, we will see each term in detail. Module Angular Applications are modular and Angular has its own modularity system called NgModule. Every Angular application has at least one class with a @NgModule decorator, it is the root module, conventionally named as AppModule. To use any component into an application you need to declare it into the related module. Angular Module is class with a @NgModule decorator. Code Snippet of Angular Module The most important properties of @NgModule are : declarations:  declaration property contains ...

How to start a new Angular 9 Project in a few easy steps

How to start a new Angular 9 Project in a few easy steps In order to successfully create and run an Angular project locally, the following three software must be installed on your machine. VScode  [ Link ] Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux, and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. Node  [ Link ] Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser. npm  [ Link ] npm is the world’s largest software registry. Open-source developers from every continent use npm to share and borrow packages and many organizations use npm to manage private development as well. 1 — Install Software 1.1 — Install Visual Studio Code In order to write code, we must use an IDE, and Microsoft has developed an open-source and cross-platform...

How to learn program

Hello Friend's,😍 This simple tutorial will teach you how you can learn computer programming and teach yourself code. Learning code is not that hard, and it's easier than it looks. Instead of taking coding classes, why not teach yourself? Using this method you will learn html, css, javascript, visual design & more. Many people have landed themselves jobs involving web development and web design just with using this site. So what are you waiting for? Get started now!