On this page
AfterRenderOptions
interface  developer preview 
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. 
  | 
      
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://angular.io/api/core/AfterRenderOptions