Back to Paperless Ngx

Document Notes.Component

src-ui/src/app/components/document-notes/document-notes.component.html

2.20.15209 B
Original Source

@if (notes) {

Please enter a note.

@if (networkActive) {

} Add note


@for (note of notes; track note) {

{{note.note}}

{{displayName(note)}} - {{ note.created | customDate}}Delete note

} }