UNPKG

ng-ytl-zorro-antd

Version:

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

14 lines (12 loc) 288 B
import { Component } from '@angular/core'; @Component({ selector: 'nz-demo-affix-basic', template: ` <nz-affix> <button nz-button [nzType]="'primary'"> <span>Affix Button</span> </button> </nz-affix> ` }) export class NzDemoAffixBasicComponent { }