Add material menu icon for material themes

This commit is contained in:
eugene-sinitsyn 2020-03-06 15:47:34 +03:00 committed by Maksim Karatkevich
parent bf4be1a4fe
commit 6a3918900f
6 changed files with 43 additions and 44 deletions

View file

@ -85,7 +85,7 @@
</nb-card>
</div>
</div>
<div *ngIf="materialThemeActivated" class="row">
<div *ngIf="materialTheme$ | async" class="row">
<div class="col-lg-12">
<ngx-material-inputs></ngx-material-inputs>
</div>