1
0

Added themable breadcrumbs

This commit is contained in:
lotte
2021-03-17 11:51:35 +01:00
committed by Art Lowel
parent d50bef9c8a
commit b12e616ff6
7 changed files with 46 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ import { ThemedPageNotFoundComponent } from './pagenotfound/themed-pagenotfound.
import { ThemedForbiddenComponent } from './forbidden/themed-forbidden.component';
import { ThemedHeaderComponent } from './header/themed-header.component';
import { ThemedFooterComponent } from './footer/themed-footer.component';
import { ThemedBreadcrumbsComponent } from './breadcrumbs/themed-breadcrumbs.component';
export function getBase() {
return environment.ui.nameSpace;
@@ -144,6 +145,7 @@ const DECLARATIONS = [
NotificationsBoardComponent,
SearchNavbarComponent,
BreadcrumbsComponent,
ThemedBreadcrumbsComponent,
ForbiddenComponent,
ThemedForbiddenComponent,
];