mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
40416: normalized collection bug
This commit is contained in:
@@ -7,6 +7,7 @@ import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { TranslateModule } from 'ng2-translate/ng2-translate';
|
||||
|
||||
import { ApiService } from './api.service';
|
||||
import { FileSizePipe } from "./utils/file-size-pipe";
|
||||
|
||||
const MODULES = [
|
||||
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
|
||||
@@ -19,6 +20,7 @@ const MODULES = [
|
||||
];
|
||||
|
||||
const PIPES = [
|
||||
FileSizePipe
|
||||
// put pipes here
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user