Skip to content

Instantly share code, notes, and snippets.

@yokoishioka
Created February 25, 2020 02:46
Show Gist options
  • Save yokoishioka/c9ca2751195a5c874cdb2d6d0bbb662d to your computer and use it in GitHub Desktop.
Save yokoishioka/c9ca2751195a5c874cdb2d6d0bbb662d to your computer and use it in GitHub Desktop.
<button [ngClass]="class" [disabled]="disabled">
<ng-content></ng-content>
<ces-svg *ngIf="icon" [type]="icon"></ces-svg>
<span *ngIf="label">{{ label }}</span>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment