1
0

57053: horizontal menu

This commit is contained in:
lotte
2018-11-09 10:18:17 +01:00
parent 2af1d3b042
commit b0fe14d015
15 changed files with 194 additions and 53 deletions

View File

@@ -32,6 +32,7 @@ import { NotificationsBoardComponent } from './shared/notifications/notification
import { NotificationComponent } from './shared/notifications/notification/notification.component';
import { SharedModule } from './shared/shared.module';
import { NavbarComponent } from './navbar/navbar.component';
import { HeaderNavbarWrapperComponent } from './header-nav-wrapper/header-navbar-wrapper.component';
export function getConfig() {
return ENV_CONFIG;
@@ -89,6 +90,7 @@ if (!ENV_CONFIG.production) {
AppComponent,
HeaderComponent,
NavbarComponent,
HeaderNavbarWrapperComponent,
FooterComponent,
PageNotFoundComponent,
NotificationComponent,