@angular/core

afterRender

function

Register a callback to be invoked each time the application finishes rendering, during the mixedReadWrite phase.

  
    function afterRender(  callback: VoidFunction,  options?: AfterRenderOptions): AfterRenderRef;
  
  
Jump to details