41914: DSO list finished without item count

This commit is contained in:
Lotte Hofstede
2017-06-09 14:40:14 +02:00
parent bdf6d006e7
commit 3929a49c1d
21 changed files with 534 additions and 30 deletions

View File

@@ -14,6 +14,7 @@ import { ThumbnailComponent } from "../thumbnail/thumbnail.component";
import { SafeUrlPipe } from "./utils/safe-url-pipe";
import { HostWindowService } from "./host-window.service";
import { NativeWindowFactory, NativeWindowService } from "./window.service";
import { TRUNCATE_PIPES } from "ng2-truncate";
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -28,7 +29,8 @@ const MODULES = [
const PIPES = [
FileSizePipe,
SafeUrlPipe
SafeUrlPipe,
TRUNCATE_PIPES
// put pipes here
];