mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Add tests and fix tests
This commit is contained in:
@@ -144,7 +144,7 @@ export class BrowseByComponent implements OnInit {
|
||||
this.objectInjector = Injector.create({
|
||||
providers: [
|
||||
{ provide: 'startsWithOptions', useFactory: () => (this.startsWithOptions), deps:[] },
|
||||
{ provide: 'paginationId', useFactory: () => (this.paginationConfig.id), deps:[] }
|
||||
{ provide: 'paginationId', useFactory: () => (this.paginationConfig?.id), deps:[] }
|
||||
],
|
||||
parent: this.injector
|
||||
});
|
||||
|
Reference in New Issue
Block a user