Skip to content

Commit f193e73

Browse files
committed
Add angular material question
1 parent f4f91ad commit f193e73

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,14 @@
18891889
```bash
18901890
$ ng update @angular/cli @angular/core
18911891
```
1892-
146. ### ?
1892+
146. ### What is Angular Material?
1893+
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,
1894+
```bash
1895+
npm install --save @angular/material @angular/cdk @angular/animations
1896+
(OR)
1897+
yarn add @angular/material @angular/cdk @angular/animations
1898+
```
1899+
It supports the most recent two versions of all major browsers. The latest version of Angular material is 8.1.1
18931900
147. ### ?
18941901
148. ### ?
18951902
149. ### ?

0 commit comments

Comments
 (0)