Bruno Cunha

Results 1 comments of Bruno Cunha

> Hi all, > I recently ran into an issue with IE11 compatibility. The issue was with this line: > jQuery(this.el.nativeElement)[0].innerHTML= ''; > > Updating this to this: > jQuery(this.el.nativeElement)[0].textContent...