mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +01:00
Enhancement: angular 19 (#8584)
This commit is contained in:
parent
75de53eb83
commit
f89b6281da
209 changed files with 6147 additions and 4098 deletions
|
|
@ -78,15 +78,6 @@ describe('ManagementListComponent', () => {
|
|||
|
||||
beforeEach(async () => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [
|
||||
TagListComponent,
|
||||
SortableDirective,
|
||||
PageHeaderComponent,
|
||||
IfPermissionsDirective,
|
||||
SafeHtmlPipe,
|
||||
ConfirmDialogComponent,
|
||||
PermissionsDialogComponent,
|
||||
],
|
||||
imports: [
|
||||
NgbPaginationModule,
|
||||
FormsModule,
|
||||
|
|
@ -94,6 +85,13 @@ describe('ManagementListComponent', () => {
|
|||
NgbModalModule,
|
||||
RouterTestingModule.withRoutes(routes),
|
||||
NgxBootstrapIconsModule.pick(allIcons),
|
||||
TagListComponent,
|
||||
SortableDirective,
|
||||
PageHeaderComponent,
|
||||
IfPermissionsDirective,
|
||||
SafeHtmlPipe,
|
||||
ConfirmDialogComponent,
|
||||
PermissionsDialogComponent,
|
||||
],
|
||||
providers: [
|
||||
DatePipe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue