]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Implement isNumber pipe 3988/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 12 Aug 2023 15:31:42 +0000 (08:31 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 12 Aug 2023 15:31:42 +0000 (08:31 -0700)
commit3dda02660cfd8a385ff7f657c94116fcf869f196
tree6b989fc013696455f6f9b6914aaf65d1c0fdb680
parent0b4e8141b0e387efbda48d2c10c7984d82cf8ede
Implement isNumber pipe
src-ui/src/app/app.module.ts
src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
src-ui/src/app/components/document-list/document-card-large/document-card-large.component.spec.ts
src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html
src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts
src-ui/src/app/components/document-list/document-list.component.spec.ts
src-ui/src/app/pipes/is-number.pipe.spec.ts [new file with mode: 0644]
src-ui/src/app/pipes/is-number.pipe.ts [new file with mode: 0644]