@kms-ngx-ui/presentational 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1365,7 +1365,7 @@
1365
1365
  this.sanitizer = sanitizer;
1366
1366
  }
1367
1367
  SafeHtmlPipe.prototype.transform = function (html) {
1368
- return this.sanitizer.bypassSecurityTrustHtml(html);
1368
+ return this.sanitizer.bypassSecurityTrustResourceUrl(html);
1369
1369
  };
1370
1370
  return SafeHtmlPipe;
1371
1371
  }());