Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/directives
ForInDirective
Class ForInDirective<T>
A structural directive selector as '*if' '*for'
Type Parameters
T
=
{
[
key
:
string
|
number
|
symbol
]:
any
}
Hierarchy (
View Summary
)
StructuralDirective
ForInDirective
Implements
OnDestroy
Index
Constructors
constructor
Properties
host
in
template
Ref
view
Container
Ref
zone
Methods
get
Successor
on
Destroy
Constructors
constructor
new
ForInDirective
<
T
=
{
[
key
:
string
|
number
|
symbol
]:
any
}
>
()
:
ForInDirective
<
T
,
>
Type Parameters
T
=
{
[
key
:
string
|
number
|
symbol
]:
any
}
Returns
ForInDirective
<
T
>
Properties
Protected
host
host
:
HTMLComponent
<
any
>
|
StructuralDirective
in
in
:
InputWithTransform
<
undefined
|
null
|
T
,
undefined
|
null
|
T
>
= ...
Protected
template
Ref
templateRef
:
TemplateRef
Protected
view
Container
Ref
viewContainerRef
:
ViewContainerRef
Protected
zone
zone
:
AuroraZone
Methods
get
Successor
getSuccessor
(
name
:
string
)
:
undefined
|
TemplateRef
Parameters
name
:
string
Returns
undefined
|
TemplateRef
on
Destroy
onDestroy
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
host
in
template
Ref
view
Container
Ref
zone
Methods
get
Successor
on
Destroy
Ibyar/Aurora
Loading...
A structural directive selector as '*if' '*for'