mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Merge remote-tracking branch 'origin/master' into submission
# Conflicts: # resources/i18n/en.json # src/app/app.component.scss # src/app/app.component.spec.ts # src/app/app.component.ts # src/app/app.module.ts # src/app/shared/chips/chips.component.spec.ts # src/app/shared/chips/models/chips-item.model.spec.ts # src/app/shared/form/builder/ds-dynamic-form-ui/models/tag/dynamic-tag.component.html # src/app/shared/form/builder/ds-dynamic-form-ui/models/typeahead/dynamic-typeahead.component.html # src/app/shared/shared.module.ts # yarn.lock
This commit is contained in:
@@ -74,6 +74,8 @@ import { FileService } from './shared/file.service';
|
||||
import { SubmissionRestService } from '../submission/submission-rest.service';
|
||||
import { BrowseItemsResponseParsingService } from './data/browse-items-response-parsing-service';
|
||||
import { DSpaceObjectDataService } from './data/dspace-object-data.service';
|
||||
import { CSSVariableService } from '../shared/sass-helper/sass-helper.service';
|
||||
import { MenuService } from '../shared/menu/menu.service';
|
||||
|
||||
const IMPORTS = [
|
||||
CommonModule,
|
||||
@@ -150,6 +152,8 @@ const PROVIDERS = [
|
||||
UploaderService,
|
||||
FileService,
|
||||
DSpaceObjectDataService,
|
||||
CSSVariableService,
|
||||
MenuService,
|
||||
// register AuthInterceptor as HttpInterceptor
|
||||
{
|
||||
provide: HTTP_INTERCEPTORS,
|
||||
|
Reference in New Issue
Block a user