Answers for "how to check angular project using material version"

15

install angular material

ng add @angular/material
Posted by: Guest on March-16-2020
8

angular npm angular material

npm i @angular/material
Posted by: Guest on March-28-2020
0

how to check angular project using material version

go to node_modules
go to @angular
if material folder is found, it means you are using angular material.
Posted by: Guest on June-10-2021

Code answers related to "how to check angular project using material version"

Browse Popular Code Answers by Language