In this Angular 9
article, we’ll study to create attractive login and registration UI template
with Angular Material 8. We’ll need the help of Material design components and
Angular 8 flex design CDK to build the login and registration template. We’ll
build an easy Angular 9 application from scratch and execute...
Sunday, 9 February 2020
Saturday, 8 February 2020
The Ivy compiler and runtime implements improvements for
handling styles. Previously, if an application received competing explanations
for a style, those styles would destructively follow various other. With Ivy, the
styles are united in a likely way.
<my-component style="color:red;" [style.color]="myColor"...
Angular 9 was published
on February 7, 2020. Version 9 passes all applications to do the Ivy compiler
and runtime by default. Angular has been updated to run with TypeScript 3.6
and 3.7. In increase to 100 of bug fixes, the Ivy compiler and runtime
allows many advantages:
The 9.0.0 release of Angular is
here! That...