DEV Community

Discussion on: Complex and Dynamic Form Design in Angular (Part 1 - Form Group)

 
imben1109 profile image
Ben • Edited

You could refer to the below link for detail.
medium.com/frontend-coach/self-or-...

@host is a decorator for DI Framework in angular to guide angular component to search for expected instance to inject.

If the expected instance cannot be found in the component, it would try to find from the parent component.