my_component_markup.html
<app-my-component #myId></app-dynamic-plot>viewchild_inject.ts
@ViewChild('myid', {read: MyComponent}) myComponent!: MyComponent;<app-my-component #myId></app-dynamic-plot>@ViewChild('myid', {read: MyComponent}) myComponent!: MyComponent;