дочерний компонент ElementRef, параметром?
а чем инпут не устраивает?
можно через инжектор получить class ChildComponent { constructor(@SkipSelf() private readonly parentElementRef: ElementRef) {} } https://angular.io/guide/dependency-injection-in-action#modify-the-provider-search-with-self-and-skipself
Обсуждают сегодня