mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2
This commit is contained in:
@@ -34,6 +34,8 @@ import { AuthRequestService } from '../../app/core/auth/auth-request.service';
|
||||
import { ServerAuthRequestService } from '../../app/core/auth/server-auth-request.service';
|
||||
import { CorrelationIdService } from '../../app/correlation-id/correlation-id.service';
|
||||
import { AppConfig, APP_CONFIG_STATE } from '../../config/app-config.interface';
|
||||
import { ReferrerService } from '../../app/core/services/referrer.service';
|
||||
import { ServerReferrerService } from '../../app/core/services/server.referrer.service';
|
||||
|
||||
import { environment } from '../../environments/environment';
|
||||
|
||||
@@ -121,6 +123,10 @@ export function createTranslateLoader() {
|
||||
provide: HardRedirectService,
|
||||
useClass: ServerHardRedirectService,
|
||||
},
|
||||
{
|
||||
provide: ReferrerService,
|
||||
useClass: ServerReferrerService,
|
||||
},
|
||||
]
|
||||
})
|
||||
export class ServerAppModule {
|
||||
|
Reference in New Issue
Block a user