简体   繁体   中英

Angular Material version for Angular 8

I am working on a project that is using Angular v 8.2.14, and would like to use the controls provided by Angular Material.

I have attempted to use Angular Material, but the default version of Angular Material installed by ng is version 9, which I am seeing apparently will not compile with Angular 8.

What version of Angular Material works with Angular 8?

you can use version 8.2.3

run this command npm install @angular/material@8.2.3 or npm i @angular/material@8.2.3 .

here i is short version of install .

You can use version 8.2.3

here is the link to version 8 docuementation https://v8.material.angular.io/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM