Configure material theme, add material button and input examples

This commit is contained in:
eugene-sinitsyn 2020-03-06 14:21:17 +03:00
parent 7ac5287e55
commit 5880c161d9
17 changed files with 198 additions and 40 deletions

View file

@ -119,5 +119,11 @@
</nb-actions>
</nb-card-body>
</nb-card>
<nb-card *ngIf="materialThemeActivated">
<nb-card-body>
<ngx-material-buttons></ngx-material-buttons>
</nb-card-body>
</nb-card>
</div>
</div>