You need to cast. Because of the multi-platform strategy, they didn’t specify a specific type for nativeElement
:
(myComponentFixture.nativeElement as HTMLElement)....
You need to cast. Because of the multi-platform strategy, they didn’t specify a specific type for nativeElement
:
(myComponentFixture.nativeElement as HTMLElement)....