Answers for "SafeValue must use [property]=binding:"

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 "SafeValue must use [property]=binding:"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language