旺财28 official website is your center for comprehensive information. We provide the latest platform news, version update details, in-depth product introductions, attentive user services, and detailed help center content. We are committed to keeping you informed of platform development trends and functional innovations at the first moment.
Contributeimport {DomSanitizer} from '@angular/platform-browser';
import {Pipe, PipeTransform} from '@angular/core';
import { icons } from 'feather-icons'; // v4+
@Pipe({ name: 'feather' })
export class FeatherIconsPipe implements PipeTransform {
constructor(private sanitizer: DomSanitizer) {}
transform(icon: string, size: number = 24, color: string = 'inherit') {
return this.sanitizer.bypassSecurityTrustHtml(icons[icon].toSvg({
width: size,
height: size,
color: color
}));
}
}
Your information hub, the path to wealth.