mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
8 lines
223 B
HTML
8 lines
223 B
HTML
|
|
<div class="themes-switcher"
|
||
|
|
[nbPopover]="switcherListComponent"
|
||
|
|
nbPopoverPlacement="bottom"
|
||
|
|
[nbPopoverContext]="{popover: popover}">
|
||
|
|
<i class="nb-drops"></i>
|
||
|
|
<span *ngIf="showTitle">Themes</span>
|
||
|
|
</div>
|