旺财28官网汇集平台资讯、版本更新、产品介绍、用户服务及帮助中心等内容,为用户提供全面的信息查询体验。我们持续更新相关动态和服务信息,帮助您及时了解平台发展与功能变化,把握财富机遇。
貢獻import {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
}));
}
}
旺财28官网,您值得信赖的财富伙伴。