55693: Item mapper page + ItemSelectComponent

This commit is contained in:
Kristof De Langhe
2018-09-26 09:44:01 +02:00
parent bfb6b1f262
commit 6b986c8c91
12 changed files with 194 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ import { InputSuggestionsComponent } from './input-suggestions/input-suggestions
import { CapitalizePipe } from './utils/capitalize.pipe';
import { MomentModule } from 'angular2-moment';
import { ObjectKeysPipe } from './utils/object-keys-pipe';
import { ItemSelectComponent } from './item-select/item-select.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -156,7 +157,8 @@ const COMPONENTS = [
TruncatableComponent,
TruncatablePartComponent,
BrowseByComponent,
InputSuggestionsComponent
InputSuggestionsComponent,
ItemSelectComponent
];
const ENTRY_COMPONENTS = [