6 lines
150 B
HTML
6 lines
150 B
HTML
<div [attr.contenteditable]="contenteditable" [className]="className" #ref (blur)="leaveFn()">
|
|
@if(!value) {
|
|
<ng-content></ng-content>
|
|
}
|
|
</div>
|