feat: rebase with master

This commit is contained in:
Sergey Andrievskiy 2021-08-06 17:23:50 +03:00 committed by d.strigo
parent 651dadee33
commit f40e0c463e
69 changed files with 2416 additions and 252 deletions

View file

@ -1,7 +1,7 @@
<ngx-legend-chart [legendItems]="chartLegend"></ngx-legend-chart>
<nb-select class="period-select" [selected]="type" (selectedChange)="changePeriod($event)">
<nb-option *ngFor="let period of types" [value]="period">
<nb-select matRipple class="period-select" [selected]="type" (selectedChange)="changePeriod($event)">
<nb-option matRipple *ngFor="let period of types" [value]="period">
{{ period }}
</nb-option>
</nb-select>