refactor(e-commerce): visitors analytics

This commit is contained in:
Sergey Andrievskiy 2019-06-17 21:36:18 +03:00
parent 098b481709
commit 4b0401de09
8 changed files with 50 additions and 72 deletions

View file

@ -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">