Underlying strategy used by the NgElement to create/destroy the component and react to input
changes.
Methods
|
|
|
connect(element: HTMLElement): void
connect(element: HTMLElement): void
Parameters
| element |
Type: HTMLElement.
|
Returns
void
|
|
|
|
disconnect(): void
disconnect(): void
Parameters
There are no parameters.
Returns
void
|
|
|
|
getInputValue(propName: string): any
getInputValue(propName: string): any
Parameters
Returns
any
|
|
|
|
setInputValue(propName: string, value: string): void
setInputValue(propName: string, value: string): void
Parameters
| propName |
Type: string.
|
| value |
Type: string.
|
Returns
void
|