Show default image

This commit is contained in:
Giuseppe Digilio
2017-06-20 15:52:58 +02:00
parent d4b7f5f9ce
commit 5245fd6488
5 changed files with 35 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
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';
@@ -17,6 +18,7 @@ import { CollectionPageRoutingModule } from './collection-page-routing.module';
imports: [
CollectionPageRoutingModule,
CommonModule,
SharedModule,
TranslateModule,
],
declarations: [