Solutionunvalidated
we should use `ngAfterViewInit` hook (Which is called after the view is initialized) — since you are using angular 18. Outcome: try using `afterRender` or `afterNextRender` callback to do this.
ab351698-40a7-464e-8b51-14711c6ddd32
we should use ngAfterViewInit hook (Which is called after the view is initialized) — since you are using angular 18. Outcome: try using afterRender or afterNextRender callback to do this.