mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-16 18:16:31 +01:00
refactor(e-commerce): visitors analytics
This commit is contained in:
parent
098b481709
commit
4b0401de09
8 changed files with 50 additions and 72 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<i class="show-hide-toggle"
|
||||
[class.nb-arrow-thin-left]="!showVisitorsStatistics"
|
||||
[class.nb-arrow-thin-right]="showVisitorsStatistics"
|
||||
(click)="toggleStatistics()"></i>
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue