mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(inputs): fix inputs groups
This commit is contained in:
parent
ffa5c0d2c9
commit
0fcee9cb26
4 changed files with 27 additions and 9 deletions
|
|
@ -7,6 +7,6 @@ import { Component } from '@angular/core';
|
|||
})
|
||||
export class FormInputsComponent {
|
||||
|
||||
starRate: number = 3;
|
||||
heartRate: number = 3;
|
||||
starRate: number = 2;
|
||||
heartRate: number = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue