Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
ngOnInit(): void {
const size = {width: 100, height: 100, fill: 'currentColor'};
this.getStarted = this.sanitizer.bypassSecurityTrustHtml(octicons.dashboard.toSVG(size));
this.search = this.sanitizer.bypassSecurityTrustHtml(octicons.search.toSVG(size));
this.examples = this.sanitizer.bypassSecurityTrustHtml(octicons.paintcan.toSVG(size));
}
}