For some reason, some of my images are being prepended with \'unsafe:\', which is causing them not to be rendered.
\'unsafe:\'
Q) Why is this happening an
in angular 5.2.6
class:
import { DomSanitizer } from '@angular/platform-browser'; constructor(public _DomSanitizationService: DomSanitizer ) {}
Template