mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(forms): fix the input styles
This commit is contained in:
parent
727f50dd6c
commit
468e3500fa
5 changed files with 40 additions and 29 deletions
|
|
@ -6,5 +6,7 @@ import { Component } from '@angular/core';
|
|||
templateUrl: './form-inputs.component.html',
|
||||
})
|
||||
export class FormInputsComponent {
|
||||
currentRate: number = 3;
|
||||
|
||||
starRate: number = 3;
|
||||
heartRate: number = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue