Angular Material Flashcards

1
Q

@include mat-core(); should be included only once

A
// Include the common styles for Angular Material. We include this here so that you only
// have to load a single css file for Angular Material in your app.
// Be sure that you only ever include this mixin once!
@include mat-core();
How well did you know this?
1
Not at all
2
3
4
5
Perfectly