mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(forms): fix a form inputs template
This commit is contained in:
parent
26a4b3fea8
commit
990b3341f3
5 changed files with 75 additions and 70 deletions
|
|
@ -2,8 +2,9 @@ import { Component } from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'ngx-form-inputs',
|
||||
styleUrls: ['./form-inputs.component.scss'],
|
||||
templateUrl: './form-inputs.component.html',
|
||||
})
|
||||
export class FormInputsComponent {
|
||||
currentRate: number = 6;
|
||||
currentRate: number = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue