Back to Paperless Ngx

Date.Component

src-ui/src/app/components/common/input/date/date.component.html

2.20.15212 B
Original Source

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

TodayClose @if (showFilter) { }

Invalid date. @if (hint) { {{hint}} } @if (getSuggestions().length > 0) { Suggestions: @for (s of getSuggestions(); track s) { {{s}} } }