Quiz: Introduction to Angular Material
Test your understanding of the essential concepts of Angular Material.
We'll cover the following...
We'll cover the following...
Technical Quiz
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>
1 / 5