59695: Browse-By-Starts-With components and switcher

This commit is contained in:
Kristof De Langhe
2019-02-11 17:30:05 +01:00
parent 8e9116f14f
commit b956dbfe08
14 changed files with 102 additions and 3 deletions

View File

@@ -88,6 +88,8 @@ import { MomentModule } from 'ngx-moment';
import { MenuModule } from './menu/menu.module';
import {LangSwitchComponent} from './lang-switch/lang-switch.component';
import { ComcolPageBrowseByComponent } from './comcol-page-browse-by/comcol-page-browse-by.component';
import { BrowseByStartsWithDateComponent } from './browse-by/browse-by-starts-with/date/browse-by-starts-with-date.component';
import { BrowseByStartsWithTextComponent } from './browse-by/browse-by-starts-with/text/browse-by-starts-with-text.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -177,7 +179,9 @@ const ENTRY_COMPONENTS = [
CollectionGridElementComponent,
CommunityGridElementComponent,
SearchResultGridElementComponent,
BrowseEntryListElementComponent
BrowseEntryListElementComponent,
BrowseByStartsWithDateComponent,
BrowseByStartsWithTextComponent
];
const PROVIDERS = [