265 Views
The Angular 9 Ivy runtime offers a new ng object for debugging Angular apps, when you run in Dev mode. Imagine that we have a parent component named HeroesComponent and a child component named HeroDetailComponent. We select a hero in the parent and we see the child.
0 comments