My Blog

My WordPress Blog

My Blog

My WordPress Blog

Day: August 17, 2025

Component Lifecycle

Angular component goes through a series of stages/events during its existence. Before moving further in the journey of learning Angular, it is necessary to understand how a component interacts with the framework and the DOM throughout its existence. When an angular component is constructed, it first goes through the change detection phase, where it checks whether there […]

Components

Components are the building blocks of an Angular application. The primary use of Angular Component is to generate a section of web page called View. By combining different views, a single application is created. Every component will have an associated template and it will be called in order to generate views. Let us learn the basic concept […]

Scroll to top