DOM Sanitize and Iframe Angular
Need to add more background about the post
constructor(private domsanitize:DomSanitizer) {
this.sanitizedDashboardUrl=this.domsanitize.bypassSecurityTrustResourceUrl(this.currentDashboardUrl);
console.log(this.currentDashboardUrl);
}
...
hashcodehub.hashnode.dev1 min read