This report summarises the work done by me on the frontend stack, which includes Angular, AngularJS, SCSS, Docker, Jenkins, TypeScript, JavaScript, and other internal tools, during my internship as an SDE Intern at Testbook.com.
This article explored different methods to detect when a component is fully rendered in an Angular application. We discussed using Angular's lifecycle hooks, the testability API whenStable(), zone.js, router navigation, and the Mutation Observer API.