src/lib/inbox-layout/inbox-detail-view/inbox-detail-view.component.ts
The data item information box and inbox note-box are merged into the inbox detail view for better handling.
Example :<talenra-inbox-detail-view [dataItemInformationTabBarItems]="dataItemInformationTabBarItems">
<ng-content inbox-note-box> ... </ng-content>
<ng-content detail-view-information-outlet"> ... </ng-content>
</talenra-inbox-detail-view>| selector | talenra-inbox-detail-view |
| imports |
DetailViewInformationBoxComponent
|
| styleUrls | ./inbox-detail-view.component.scss |
| templateUrl | ./inbox-detail-view.component.html |
Inputs |
| dataItemInformationTabBarItems |
Type : IInboxTabBarItem[]
|
| Required : true |
|
Items used to initialize the tab bar with content. |