where do you add the folowing import in an angular 10 project import {MatButtonModule} from '@angular/material'; code example
Example 1: ng add @angular/material
npm install --save @angular/material @angular/cdk @angular/animations
Example 2: install angular material
ng add @angular/material