style: format project
[skip ci]
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
<nz-tag [nzColor]="'#f50'">{{value}}</nz-tag>
|
||||
</ng-template>
|
||||
|
||||
<ng-template #original let-value="value" let-originValue="originValue">
|
||||
<ng-template #original let-originValue="originValue" let-value="value">
|
||||
<nz-tag [nzColor]="originValue?'#87d068':'#f50'">{{value}}</nz-tag>
|
||||
</ng-template>
|
||||
|
||||
<ng-template #open let-value="value">
|
||||
<label nz-checkbox nzDisabled [ngModel]="value"></label>
|
||||
<label [ngModel]="value" nz-checkbox nzDisabled></label>
|
||||
</ng-template>
|
||||
|
||||
|
||||
<editable-tag color="green">hhh</editable-tag>
|
||||
<editable-tag color="green" [showEditIcon]="false">hhh</editable-tag>
|
||||
<editable-tag color="green" [showBorder]="false">hhh</editable-tag>
|
||||
<editable-tag [showEditIcon]="false" color="green">hhh</editable-tag>
|
||||
<editable-tag [showBorder]="false" color="green">hhh</editable-tag>
|
||||
|
||||
Reference in New Issue
Block a user