What is Angular Material?
Angular Material is a collection of Material Design components for Angular framework following the Material Design spec. You can apply Material Design very easily using Angular Material. The installation can be done through npm or yarn,
npm install --save @angular/material @angular/cdk @angular/animations(OR)yarn add @angular/material @angular/cdk @angular/animations
It supports the most recent two versions of all major browsers. The latest version of Angular material is 8.1.1
September 13, 2022
127
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular