Do you have the following in your decorator:
@Component({
tag: 'my-component',
styleUrl: 'my-component.scss',
shadow: true // <------------------ Here use shadowRoot
})
Do you have the following in your decorator:
@Component({
tag: 'my-component',
styleUrl: 'my-component.scss',
shadow: true // <------------------ Here use shadowRoot
})