detail panel clr angular code example
Example: clrIfDetail
<clr-dg-detail *clrIfDetail="let detail">
<clr-dg-detail-header>{{detail.name}}</clr-dg-detail-header>
<clr-dg-detail-body>
<-- ... -->
</clr-dg-detail-body>
</clr-dg-detail>
<clr-dg-detail *clrIfDetail="let detail">
<clr-dg-detail-header>{{detail.name}}</clr-dg-detail-header>
<clr-dg-detail-body>
<-- ... -->
</clr-dg-detail-body>
</clr-dg-detail>