fix(forms): fix the input styles

This commit is contained in:
Alexander Zhukov 2017-07-12 11:16:16 +03:00
parent 727f50dd6c
commit 468e3500fa
5 changed files with 40 additions and 29 deletions

View file

@ -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;
}