mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
Implement isNumber pipe
This commit is contained in:
parent
0b4e8141b0
commit
3dda02660c
8 changed files with 33 additions and 3 deletions
|
|
@ -17,7 +17,6 @@ import {
|
|||
NgbDropdownModule,
|
||||
NgbModal,
|
||||
NgbModalRef,
|
||||
NgbPagination,
|
||||
NgbPopoverModule,
|
||||
NgbTooltipModule,
|
||||
} from '@ng-bootstrap/ng-bootstrap'
|
||||
|
|
@ -63,6 +62,7 @@ import { HttpErrorResponse } from '@angular/common/http'
|
|||
import { PermissionsGuard } from 'src/app/guards/permissions.guard'
|
||||
import { SettingsService } from 'src/app/services/settings.service'
|
||||
import { SETTINGS_KEYS } from 'src/app/data/paperless-uisettings'
|
||||
import { IsNumberPipe } from 'src/app/pipes/is-number.pipe'
|
||||
|
||||
const docs: PaperlessDocument[] = [
|
||||
{
|
||||
|
|
@ -126,6 +126,7 @@ describe('DocumentListComponent', () => {
|
|||
DocumentTitlePipe,
|
||||
UsernamePipe,
|
||||
SafeHtmlPipe,
|
||||
IsNumberPipe,
|
||||
],
|
||||
providers: [
|
||||
FilterPipe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue