@angular/core

afterNextRender

function

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

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