Skip to content

Commit

Permalink
[AAE-10656] Production version of ADW-APA miss the about page (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Dec 16, 2022
1 parent a189ccd commit 6464f3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ import { CONTENT_ROUTES } from './content.routes';
import { RouterModule } from '@angular/router';
import { UploadFilesDialogComponent } from './components/upload-files-dialog/upload-files-dialog.component';
import { SidenavWrapperComponent } from './components/sidenav/sidenav-wrapper/sidenav-wrapper.component';
import { AppLayoutComponent } from './components/layout/app-layout/app-layout.component';

registerLocaleData(localeFr);
registerLocaleData(localeDe);
Expand Down Expand Up @@ -201,6 +202,7 @@ export class ContentServiceExtensionModule {
});

extensions.setComponents({
'app.layout.main': AppLayoutComponent,
'app.layout.header': AppHeaderComponent,
'app.layout.sidenav': SidenavWrapperComponent,
'app.shell.sibling': UploadFilesDialogComponent,
Expand Down

0 comments on commit 6464f3c

Please sign in to comment.