DEV Community

Discussion on: Use Angular directives to extend components that you don't own

Collapse
 
timdeschryver profile image
Tim Deschryver

It's how the Angular DI works. A child can always reference its parent ( I think ) by injecting the parent into the child