Search
Preparing search index...
The search index is not available
RxCompForm
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
FormPlaceholderDirective
Class FormPlaceholderDirective
FormPlaceholderDirective.
example
<input type="text" [placeholder]="'item-' + index" />
Hierarchy
Directive
FormPlaceholderDirective
Indexable
[
key:
string
]:
any
FormPlaceholderDirective.
example
<input type="text" [placeholder]="'item-' + index" />
Index
Constructors
constructor
Properties
changes$
placeholder
rxcomp
Id
unsubscribe$
Methods
on
Changes
on
Destroy
on
Init
on
Parent
Did
Change
on
View
push
Changes
get
Inputs
Tokens
Object literals
meta
Constructors
constructor
new
Form
Placeholder
Directive
(
...
args
:
any
[]
)
:
FormPlaceholderDirective
Parameters
Rest
...
args:
any
[]
Returns
FormPlaceholderDirective
Properties
changes$
changes$
:
ReplaySubject
<
Factory
>
Optional
placeholder
placeholder
:
undefined
|
string
rxcomp
Id
rxcomp
Id
:
number
unsubscribe$
unsubscribe$
:
Subject
<
void
>
Methods
on
Changes
on
Changes
(
changes
:
Factory
|
Window
)
:
void
Parameters
changes:
Factory
|
Window
Returns
void
on
Destroy
on
Destroy
(
)
:
void
Returns
void
on
Init
on
Init
(
)
:
void
Returns
void
on
Parent
Did
Change
on
Parent
Did
Change
(
changes
:
Factory
|
Window
)
:
void
Parameters
changes:
Factory
|
Window
Returns
void
on
View
on
View
(
)
:
void
Returns
void
push
Changes
push
Changes
(
)
:
void
Returns
void
Static
get
Inputs
Tokens
get
Inputs
Tokens
(
instance
:
Factory
, node
:
IElement
, module
:
Module
)
:
{}
Parameters
instance:
Factory
node:
IElement
module:
Module
Returns
{}
[
key:
string
]:
string
Object literals
Static
meta
meta
:
object
inputs
inputs
:
string
[]
= ['placeholder']
selector
selector
:
string
= "input[placeholder],textarea[placeholder]"
Globals
Form
Placeholder
Directive
constructor
changes$
placeholder
rxcomp
Id
unsubscribe$
on
Changes
on
Destroy
on
Init
on
Parent
Did
Change
on
View
push
Changes
get
Inputs
Tokens
meta
FormPlaceholderDirective.
<input type="text" [placeholder]="'item-' + index" />