UNPKG

ng-ytl-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

13 lines (11 loc) 240 B
import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: ` <button nz-button [nzType]="'primary'">测试按钮</button> `, styles: [] }) export class AppComponent { title = 'app'; }