mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
7 lines
284 B
HTML
7 lines
284 B
HTML
<ngx-legend-chart [legendItems]="chartLegend"></ngx-legend-chart>
|
|
|
|
<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>
|