UNPKG

nts-ng2-components

Version:

Paquete de componentes para Angular2 desarrollado por NITSNETS.

15 lines (14 loc) 307 B
<nts-button (click)="onClick()" [iconRight]="iconRight" [color]="color" [icon]="icon" [label]="label" [sublabel]="sublabel" [size]="size" [disabled]="disabled" ></nts-button> <input type="file" (change)="fileChanged.emit($event.target.value)" [accept]="fileType || null" >