UNPKG

bixi

Version:

企业级中后台前端解决方案

21 lines (18 loc) 249 B
--- title: zh-CN: 图标 en-US: Icon pure: true order: 0 --- ```ts import { Component } from '@angular/core'; @Component({ selector: 'bixi-icons-demo', template: ` <icons-box></icons-box> ` }) export class BixiIconsComponent { } ```