mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
feat(forms): add the input examples
This commit is contained in:
parent
cb715c6799
commit
b4b32a3577
9 changed files with 240 additions and 485 deletions
|
|
@ -5,11 +5,5 @@ import { Component } from '@angular/core';
|
|||
templateUrl: './form-inputs.component.html',
|
||||
})
|
||||
export class FormInputsComponent {
|
||||
|
||||
rate1: number = 3;
|
||||
rate2: number = 4;
|
||||
|
||||
max1: number = 5;
|
||||
max2: number = 10;
|
||||
|
||||
currentRate: number = 6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue