Computer Science, asked by kishanoberoy2230, 10 months ago

Whaich angular material version is compatible with angular 5

Answers

Answered by rakeshmondal77
0

For the newer version of angular v.6.0 you can use :

npm install --save @angular/[email protected] npm install --save @angular/[email protected]

One new command is added in the latest CLI ver. (you need to update to the latest ver of CLI)

ng add @angular/material

this will automatically add the compatible ver in the package.json file.

Similar questions