Skip to content
Snippets Groups Projects
Commit b8169f01 authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[ELCA-27] Expose NavbarComponent and childs to permit customizing

parent 97d48b3f
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -35,3 +35,4 @@
* knowledge of the CeCILL-C license and that you accept its terms.
*/
export * from './customer-menu/menu-option.interface';
export * from './navbar.component';
......@@ -62,7 +62,7 @@ import { TenantMenuComponent } from './tenant-menu/tenant-menu.component';
MatDialogModule,
],
declarations: [NavbarComponent, ApplicationMenuComponent, TenantMenuComponent, CustomerMenuComponent, CommonMenuComponent],
exports: [NavbarComponent],
exports: [NavbarComponent, ApplicationMenuComponent, TenantMenuComponent, CustomerMenuComponent, CommonMenuComponent],
entryComponents: [CommonMenuComponent]
})
export class NavbarModule { }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment