GHOUS NAWAZ
Member since Apr 20, 2020
- Profile: /members/14154-ghous-nawaz.htm
- Comments: 4
Recent Blog Comments By GHOUS NAWAZ
-
Playing With Recursive Components In Angular 6.1.10
Posted on Apr 27, 2020 at 10:28 AM
Hi Ben, Somewhat like basically I am emitting output event when I want a parent reference, then in the call back I am assigning parent($event) value to an @Input parameter which is the pass to the child component, hence recursively able to get the parent reference. tree (selectEvents) = ... read more »
-
Playing With Recursive Components In Angular 6.1.10
Posted on Apr 22, 2020 at 10:27 AM
Hi Ben, Thanks for taking out time , Actually was able to figure it out using this post https://github.com/johnpapa/angular-styleguide/issues/457 @Output() helps in this situation... read more »
-
Playing With Recursive Components In Angular 6.1.10
Posted on Apr 21, 2020 at 9:55 AM
Hi Ben, Thank you so much for taking out time, actually, I tried using @SkipSelf() https://stackblitz.com/edit/angular-jgotd1?file=src%2Fapp%2Fparent-finder.component.ts Somehow I am not getting y it is not working for me I am trying to do recursion on barry components but it is throwi... read more »
-
Playing With Recursive Components In Angular 6.1.10
Posted on Apr 20, 2020 at 9:21 AM
Hi Ben, Many Thanks for Article, I was trying to implement the same recursion component. Can you please help me with acquiring the parent and grandparent reference? I read this blog, but for the recursive component, it is not working. "There is an API for navigating down the view hie... read more »