AfterRenderOptions
Options passed to afterRender
and afterNextRender
.
interface AfterRenderOptions {
injector?: Injector
phase?: AfterRenderPhase
}
Properties
Property | Description |
---|---|
injector?: Injector
|
The If this is not provided, the current injection context will be used instead (via |
phase?: AfterRenderPhase
|
The phase the callback should be invoked in. Defaults to |