How i can access to IFrame DOM in angular 6 I can easily get iframe element - this.hostElement.nativeElement.querySelector('iframe').
But i don't know how i can get some element inside this iframe, and, for example, change style attributes or change something in DOM. This iframe is from outside, from another domain.
 
     
    