mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
configuration option for type of PDF viewer fixes #337
This commit is contained in:
parent
769356733a
commit
a008dff368
11 changed files with 165 additions and 91 deletions
|
|
@ -58,6 +58,7 @@ import { MetadataCollapseComponent } from './components/document-detail/metadata
|
|||
import { SelectDialogComponent } from './components/common/select-dialog/select-dialog.component';
|
||||
import { NgSelectModule } from '@ng-select/ng-select';
|
||||
import { NumberComponent } from './components/common/input/number/number.component';
|
||||
import { SafePipe } from './pipes/safe.pipe';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
@ -106,7 +107,8 @@ import { NumberComponent } from './components/common/input/number/number.compone
|
|||
DocumentTitlePipe,
|
||||
MetadataCollapseComponent,
|
||||
SelectDialogComponent,
|
||||
NumberComponent
|
||||
NumberComponent,
|
||||
SafePipe
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue