Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/forms
ArrayControlType
Type Alias ArrayControlType<T>
ArrayControlType
:
T
extends
{
[
key
in
keyof
T
]
:
any
}
?
AbstractFormGroup
<
T
>
:
T
extends
(
infer
A
)
[]
?
AbstractFormArray
<
A
>
:
AbstractControl
<
T
>
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Ibyar/Aurora
Loading...