Add material menu icon for material themes

This commit is contained in:
eugene-sinitsyn 2020-03-06 15:47:34 +03:00
parent a0af66a5d0
commit 0e4cee0a6a
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>