mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Fix: found a couple more missing components
This commit is contained in:
parent
2a1c6bf0ca
commit
7fbe4d0aad
5 changed files with 69 additions and 53 deletions
|
|
@ -14,7 +14,11 @@ import {
|
|||
Router,
|
||||
RouterModule,
|
||||
} from '@angular/router'
|
||||
import { NgbDropdownModule, NgbModal } from '@ng-bootstrap/ng-bootstrap'
|
||||
import {
|
||||
NgbDropdownModule,
|
||||
NgbModal,
|
||||
NgbPaginationModule,
|
||||
} from '@ng-bootstrap/ng-bootstrap'
|
||||
import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons'
|
||||
import { TourNgBootstrapModule } from 'ngx-ui-tour-ng-bootstrap'
|
||||
import { filter, first, map, Subject, switchMap, takeUntil } from 'rxjs'
|
||||
|
|
@ -79,6 +83,7 @@ import { SaveViewConfigDialogComponent } from './save-view-config-dialog/save-vi
|
|||
ReactiveFormsModule,
|
||||
NgTemplateOutlet,
|
||||
NgbDropdownModule,
|
||||
NgbPaginationModule,
|
||||
NgClass,
|
||||
RouterModule,
|
||||
TourNgBootstrapModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue