mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
40416: Thumbnail fix + clean up
This commit is contained in:
@@ -8,6 +8,8 @@ import { TranslateModule } from 'ng2-translate/ng2-translate';
|
||||
|
||||
import { ApiService } from './api.service';
|
||||
import { FileSizePipe } from "./utils/file-size-pipe";
|
||||
import { ThumbnailComponent } from "../thumbnail/thumbnail.component";
|
||||
import { SafeUrlPipe } from "./utils/safe-url-pipe";
|
||||
|
||||
const MODULES = [
|
||||
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
|
||||
@@ -20,11 +22,13 @@ const MODULES = [
|
||||
];
|
||||
|
||||
const PIPES = [
|
||||
FileSizePipe
|
||||
FileSizePipe,
|
||||
SafeUrlPipe
|
||||
// put pipes here
|
||||
];
|
||||
|
||||
const COMPONENTS = [
|
||||
ThumbnailComponent
|
||||
// put shared components here
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user