UNPKG
angular-bootstrap-italia
Version:
latest (0.2.8)
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
<p align="center"> <h1 align="center">Bootstrap Italia + Angular 9</h1>
angular-bootstrap-italia
/
lib
/
components
/
form
/
textbox
/
textbox.component.d.ts
12 lines
(11 loc)
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
FormGroup
}
from
'@angular/forms'
;
import
{
FromTextbox
}
from
'./form-textbox'
;
export
declare
class
TextboxComponent
{
field
:
FromTextbox
;
form
:
FormGroup
;
valid
:
boolean
;
invalid
:
boolean
;
activeLabel
:
boolean
;
constructor
(
);
get
isActive
():
any
; }