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 you want to use the mat-button directive from the Angular Material library, which is the correct way to create a button element?
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