Refactored community and collection pages to use a shared component for most of the content. This PR connect’s to #89

This commit is contained in:
Christian Scheible
2017-06-13 10:02:49 +02:00
parent 48c3cb4e46
commit 3ad3df7568
36 changed files with 107 additions and 166 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 { ContentWithOptionalTitleComponent } from "./content-with-optional-title/content-with-optional-title.component";
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -35,7 +36,8 @@ const PIPES = [
const COMPONENTS = [
// put shared components here
PaginationComponent,
ThumbnailComponent
ThumbnailComponent,
ContentWithOptionalTitleComponent
];
const PROVIDERS = [