Answers for "ng safevalue must use [property]=binding blob"

0

SafeValue must use [property]=binding:

constructor(private domSanitizer:DomSanitizer) {
  this.massTimingsHtml = this.getInnerHTMLValue();
}
getInnerHTMLValue(){
  return this.domSanitizer.bypassSecurityTrustHtml(this.parishDetail.mass_timings);
}
Posted by: Guest on August-21-2020

Code answers related to "ng safevalue must use [property]=binding blob"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language