SafeValue must use [property]=binding: https;//www.google.com (see https://g.co/ng/security#xss) code example
Example: SafeValue must use [property]=binding:
constructor(private domSanitizer:DomSanitizer) {
this.massTimingsHtml = this.getInnerHTMLValue();
}
getInnerHTMLValue(){
return this.domSanitizer.bypassSecurityTrustHtml(this.parishDetail.mass_timings);
}