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…
@Output() quick example in angular
In Angular is possible to pass data from a child component to a parent component using the @Output decorator and…
Most used http codes
List of HTTP status codes with several examples for each category: 1xx – Informational (Request received, continuing process): 2xx –…
@Input() example in Angular
Certainly! Here’s an example of how to use the @Input decorator in Angular to pass data from a parent component…
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…
TDD vs Unit Test (En Español)
El “Test Driven Development” (Desarrollo Guiado por Pruebas) y las “Unit Testing” (Pruebas Unitarias) son dos prácticas relacionadas pero diferentes…
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…
CORS configuration in webapi, c# dotnet
in Program.cs
