Additional metadata for small cards

This commit is contained in:
Michael Shamoon
2021-03-11 15:54:30 -08:00
parent 9b7bc16b3e
commit d264df1504
5 changed files with 58 additions and 10 deletions

View File

@@ -29,6 +29,9 @@ export class DocumentCardSmallComponent implements OnInit {
@Output()
clickCorrespondent = new EventEmitter<number>()
@Output()
clickDocumentType = new EventEmitter<number>()
moreTags: number = null
@ViewChild('popover') popover: NgbPopover