mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-17 06:55:30 +01:00
12 lines
402 B
HTML
12 lines
402 B
HTML
<nb-icon [icon]="showVisitorsStatistics ? 'arrow-forward-outline' : 'arrow-back-outline'"
|
|
pack="eva"
|
|
class="show-hide-toggle"
|
|
(click)="toggleStatistics()">
|
|
</nb-icon>
|
|
<div class="slide-out-container"
|
|
[class.expanded]="showVisitorsStatistics"
|
|
[class.collapsed]="!showVisitorsStatistics">
|
|
<div class="content-wrapper">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</div>
|