Quiz: Introduction to Angular Material

Test your understanding of the essential concepts of Angular Material.

1

If we want to use the mat-button from Angular Material library, then what is the correct syntax to create a button?

A)

<mat-button>I am an Angular Material button</mat-button>

B)

<button mat-button>I am an Angular Material button</button>

C)

<button><mat-button>I am an Angular Material button</mat-button></button>

D)

<button mat-button>I am an Angular Material button</mat-button /button>

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.