@angular/core

afterRender

function
Developer preview

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

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