Back to Paperless Ngx

Document Link.Component

src-ui/src/app/components/common/input/document-link/document-link.component.html

2.20.15277 B
Original Source

@if (minimal) { } @else {

@if (title) { {{title}} } @if (removable) { Remove }

@if (hint) { {{hint}} }

} @if (!disabled) { } @if (document.title) { {{document.title}} } @else { Not found }

Loading...

{{document.title}} ({{document.created | customDate:'shortDate'}})