Posts by ivanao • 101 points
4 posts
-
0
votes1
answer98
viewsA: Dynamic Angular Output. Is this possible?
Finally, with the help of the "Stack Overflow en Español" (Stack Overflow en Spanish) I found the solution. 1- Dynamic output cannot be used for a simple reason: @Input and @Output…
-
0
votes1
answer98
viewsQ: Dynamic Angular Output. Is this possible?
First of all, excuse my Portuguese, I don’t write it well and I’m using a translator, but I can read it well enough. I have several parent components and created a common child component for all of…
-
0
votes1
answer19
viewsA: Problem of connecting an Observable
The problem was that I had to sign up before transmitting, so I only had to call createObservable$() after I signed up: ngOnInit(): void { this.datos$ = this.servicio1.getObservable$();…
-
0
votes1
answer19
viewsQ: Problem of connecting an Observable
First of all, excuse my Portuguese, I don’t write it well and I’m using a translator, but I can read it well enough. I have a problem connecting an observable that I create in a service with a…