mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-16 13:08:07 +01:00
feat: rebase with master
This commit is contained in:
parent
1d78122d3f
commit
e1708d2f4a
69 changed files with 2414 additions and 250 deletions
|
|
@ -37,8 +37,8 @@
|
|||
<span>291 <span class="caption">USD</span></span>
|
||||
</span>
|
||||
|
||||
<nb-select [(selected)]="type" class="type-select">
|
||||
<nb-option *ngFor="let t of types" [value]="t">{{ t }}</nb-option>
|
||||
<nb-select matRipple [(selected)]="type" class="type-select">
|
||||
<nb-option matRipple *ngFor="let t of types" [value]="t">{{ t }}</nb-option>
|
||||
</nb-select>
|
||||
</nb-card-header>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue