Here is my project: https://stackblitz.com/edit/planificador?file=src/app/planificador/components/resumen/resumen.component.ts
I have a MainContentComponent (parent) within which I have several child components
Now I see that inside ContratosComponent for example get proyectoId perfectly but in ResumenComponent I get undefined
Any idea please?



