Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

SafeValue must use [property]=binding:

constructor(private domSanitizer:DomSanitizer) {
  this.massTimingsHtml = this.getInnerHTMLValue();
}
getInnerHTMLValue(){
  return this.domSanitizer.bypassSecurityTrustHtml(this.parishDetail.mass_timings);
}
Source by www.thetopsites.net #
 
PREVIOUS NEXT
Tagged: #SafeValue
ADD COMMENT
Topic
Name
4+2 =