core/list-group/list-item-footer.component.ts
The footer can be used with either content projection or a simple string as an input.
```html
* <c8y-li>
* Content
* <c8y-li-footer>I am a footer</c8y-li-footer>
* </c8y-li>
* ```
selector | c8y-list-item-footer, c8y-li-footer |
templateUrl | ./list-item-footer.component.html |
Inputs |
footer
|
A simple string that can be used instead of content projection.
Type : |
<span *ngIf="footer">{{footer}}</span>
<ng-content></ng-content>