mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Merge remote-tracking branch 'origin/main' into w2p-93219_Consolidate-all-initialization-in-a-single-Service
This commit is contained in:
@@ -7,7 +7,7 @@ import { ServerModule, ServerTransferStateModule } from '@angular/platform-serve
|
||||
import { TranslateLoader, TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
import { Angulartics2 } from 'angulartics2';
|
||||
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';
|
||||
import { Angulartics2GoogleAnalytics } from 'angulartics2';
|
||||
|
||||
import { AppComponent } from '../../app/app.component';
|
||||
|
||||
@@ -50,8 +50,8 @@ export function createTranslateLoader(transferState: TransferState) {
|
||||
deps: [TransferState]
|
||||
}
|
||||
}),
|
||||
AppModule,
|
||||
ServerModule,
|
||||
AppModule
|
||||
],
|
||||
providers: [
|
||||
...ServerInitService.providers(),
|
||||
|
Reference in New Issue
Block a user