mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge remote-tracking branch 'remotes/origin/master' into authentication
# Conflicts: # src/app/+search-page/search-filters/search-filter/search-filter.component.ts # src/app/+search-page/search-filters/search-filter/search-filter.service.ts # src/app/+search-page/search-service/search.service.spec.ts # src/app/+search-page/search-service/search.service.ts # src/app/app.component.spec.ts # src/app/app.component.ts # src/app/core/cache/response-cache.models.ts # src/app/core/core.effects.ts # src/app/core/core.module.ts # src/app/core/shared/hal-endpoint.service.ts # src/app/shared/services/route.service.ts # src/app/shared/view-mode-switch/view-mode-switch.component.spec.ts # src/modules/app/browser-app.module.ts # src/modules/app/server-app.module.ts
This commit is contained in:
@@ -12,6 +12,7 @@ import { HostWindowState } from './shared/host-window.reducer';
|
||||
import { NativeWindowRef, NativeWindowService } from './shared/services/window.service';
|
||||
import { isAuthenticated } from './core/auth/selectors';
|
||||
import { AuthService } from './core/auth/auth.service';
|
||||
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-app',
|
||||
@@ -28,6 +29,7 @@ export class AppComponent implements OnInit {
|
||||
private translate: TranslateService,
|
||||
private store: Store<HostWindowState>,
|
||||
private metadata: MetadataService,
|
||||
private angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics,
|
||||
private authService: AuthService
|
||||
) {
|
||||
// this language will be used as a fallback when a translation isn't found in the current language
|
||||
|
Reference in New Issue
Block a user