-
Notifications
You must be signed in to change notification settings - Fork 5
20180115
temberature edited this page Jan 16, 2018
·
3 revisions
-
:class="['mint-button--' + type, 'mint-button--' + size, { 'is-disabled': disabled, 'is-plain': plain }]"
-
<some-element [ngClass]="stringExp|arrayExp|objExp">...
-
<slot></slot>
-
<ng-content></ng-content>
<slot name="icon"></slot>
<img src="../assets/100x100.png" height="20" width="20" slot="icon">
<ng-content select=".className|tagName"></ng-content>
<img src="../assets/100x100.png" height="20" width="20" class="icon">