Made comcol-page-handle-component themeable

This commit is contained in:
Peter Wolfersberger
2022-07-05 19:18:28 +02:00
parent c7029ed8f6
commit b0d1a74128
9 changed files with 68 additions and 6 deletions

View File

@@ -88,6 +88,8 @@ import {
import { BreadcrumbsComponent } from './app/breadcrumbs/breadcrumbs.component';
import { FeedbackComponent } from './app/info/feedback/feedback.component';
import { CommunityListComponent } from './app/community-list-page/community-list/community-list.component';
import { ComcolPageHandleComponent } from './app/shared/comcol-page-handle/comcol-page-handle.component';
import { AuthNavMenuComponent } from './app/shared/auth-nav-menu/auth-nav-menu.component';
import {
ExpandableNavbarSectionComponent
@@ -146,6 +148,7 @@ const DECLARATIONS = [
BreadcrumbsComponent,
FeedbackComponent,
CommunityListComponent,
ComcolPageHandleComponent,
AuthNavMenuComponent,
ExpandableNavbarSectionComponent,
ItemMetadataComponent,