45621: filter components for sidebar

This commit is contained in:
Lotte Hofstede
2017-11-06 14:27:48 +01:00
parent e14e8fac37
commit 532741d073
17 changed files with 195 additions and 107 deletions

View File

@@ -30,7 +30,6 @@ import { SearchResultListElementComponent } from '../object-list/search-result-l
import { SearchFormComponent } from './search-form/search-form.component';
import { WrapperListElementComponent } from '../object-list/wrapper-list-element/wrapper-list-element.component';
import { ViewModeSwitchComponent } from './view-mode-switch/view-mode-switch.component';
import { ScrollAndStickDirective } from './utils/scroll-and-stick.directive';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -68,7 +67,6 @@ const COMPONENTS = [
];
const DIRECTIVES = [
ScrollAndStickDirective,
];
const ENTRY_COMPONENTS = [