Pass data from component to component
In Angular, you can pass data from one component to another using various methods, depending on the relationship between the…
Utility of Services in Angular
In Angular, a service is a TypeScript class that’s used to encapsulate and provide a specific set of functionality or…
Render data in an Angular component without any parent-child relationship
Another example: To render data in Angular with no parent component and fetch an array of objects from an API…
Angular Commands
Generate components in angular, usefull commands List of some commonly used Angular pipes Angular provides a variety of built-in pipes…