core/list-group/list-item-collapse.component.ts
Display collapsed content on a list item. Can be used for more detailed information. Use it with content projection.
```html
* <c8y-li>
* <c8y-collapsed>
* <strong>I am only visible if extended</strong>
* </c8y-collapsed>
* </c8y-li>
* ```
selector | c8y-list-item-collapse, c8y-li-collapse |
templateUrl | ./list-item-collapse.component.html |
Inputs |
<ng-content></ng-content>