mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
metadata service
This commit is contained in:
@@ -4,7 +4,7 @@ import { DebugElement } from '@angular/core';
|
||||
|
||||
import { TranslateModule, TranslateLoader, TranslateService } from '@ngx-translate/core';
|
||||
|
||||
import { MockTranslateLoader } from '../testing/mock-translate-loader';
|
||||
import { MockTranslateLoader } from '../mocks/mock-translate-loader';
|
||||
|
||||
import { LoadingComponent } from './loading.component';
|
||||
|
||||
@@ -25,8 +25,8 @@ describe('LoadingComponent (inline template)', () => {
|
||||
}
|
||||
}),
|
||||
],
|
||||
declarations: [ LoadingComponent ], // declare the test component
|
||||
providers: [ TranslateService ]
|
||||
declarations: [LoadingComponent], // declare the test component
|
||||
providers: [TranslateService]
|
||||
}).compileComponents(); // compile template and css
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user