core/list-group/list-item-body.component.ts
The li-body component can be used to define the body.
Usually it doesn't need to be used, as it is the default
content projected to a
selector | c8y-list-item-body, c8y-li-body |
templateUrl | ./list-item-body.component.html |
Inputs |
body |
Type : string
|
An optional string content. |
<span *ngIf="body">{{body}}</span>
<ng-content></ng-content>