Refactored collection/community logo and name as shared components.

This commit is contained in:
Christian Scheible
2017-06-13 14:35:57 +02:00
parent 3ad3df7568
commit 90840d949b
21 changed files with 51 additions and 78 deletions

View File

@@ -6,8 +6,6 @@ import { TranslateModule } from "@ngx-translate/core";
import { SharedModule } from '../shared/shared.module';
import { CollectionPageComponent } from './collection-page.component';
import { FieldWrapperComponent } from './field-wrapper/field-wrapper.component';
import { CollectionPageNameComponent } from './name/collection-page-name.component';
import { CollectionPageLogoComponent } from './logo/collection-page-logo.component';
import { CollectionPageRoutingModule } from './collection-page-routing.module';
@NgModule({
@@ -20,8 +18,6 @@ import { CollectionPageRoutingModule } from './collection-page-routing.module';
declarations: [
CollectionPageComponent,
FieldWrapperComponent,
CollectionPageNameComponent,
CollectionPageLogoComponent,
]
})
export class CollectionPageModule { }