mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Default configuration file added
This commit is contained in:
@@ -59,7 +59,6 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
|
||||
@HostListener('window:resize', ['$event'])
|
||||
private onResize(event): void {
|
||||
console.log(GlobalConfig.rest.baseURL);
|
||||
this.store.dispatch(
|
||||
HostWindowActions.resize(event.target.innerWidth, event.target.innerHeight)
|
||||
);
|
||||
|
Reference in New Issue
Block a user