mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-12 11:24:20 +01:00
11 lines
385 B
HTML
11 lines
385 B
HTML
<i class="show-hide-toggle"
|
|
[class.nb-arrow-thin-left]="!showVisitorsStatistics"
|
|
[class.nb-arrow-thin-right]="showVisitorsStatistics"
|
|
(click)="toggleStatistics()"></i>
|
|
<div class="slide-out-container"
|
|
[class.expanded]="showVisitorsStatistics"
|
|
[class.collapsed]="!showVisitorsStatistics">
|
|
<div class="content-wrapper">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</div>
|