src/lib/inbox-layout/inbox-detail-view/inbox-note-box/inbox-note-box.component.ts
Displays a note box which contains info icons correlating note.
Example :<talenra-inbox-note-box [noteBoxItems]="noteBoxItems" />| selector | talenra-inbox-note-box |
| imports |
ButtonComponent
IconComponent
TooltipDirective
|
| styleUrls | ./inbox-note-box.component.scss |
| templateUrl | ./inbox-note-box.component.html |
Methods |
Inputs |
| noteBoxItems |
Type : INoteBoxItem[]
|
Default value : []
|
|
Input data to create a dynamic component. |
| onExpandClick |
onExpandClick()
|
|
Method to emit the expanding and condensing of the note box.
Returns :
void
|