41914: implemented pagination sort direction/field

This commit is contained in:
Lotte Hofstede
2017-06-15 13:32:15 +02:00
parent c63bd7c2ef
commit 6db165b7a3
9 changed files with 342 additions and 211 deletions

View File

@@ -15,6 +15,7 @@ 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";
import { EnumKeysPipe } from "./utils/enum-keys-pipe";
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -30,7 +31,8 @@ const MODULES = [
const PIPES = [
FileSizePipe,
SafeUrlPipe,
TRUNCATE_PIPES
TRUNCATE_PIPES,
EnumKeysPipe
// put pipes here
];