96433: Fixed issue where ExpandableNavbarSectionComponent was not loaded fast enough

This commit is contained in:
Alexandre Vryghem
2022-10-28 16:57:21 +02:00
parent bf35d71ce6
commit bd4f1f3c70

View File

@@ -21,6 +21,7 @@ const effects = [
const ENTRY_COMPONENTS = [ const ENTRY_COMPONENTS = [
// put only entry components that use custom decorator // put only entry components that use custom decorator
NavbarSectionComponent, NavbarSectionComponent,
ExpandableNavbarSectionComponent,
ThemedExpandableNavbarSectionComponent, ThemedExpandableNavbarSectionComponent,
]; ];
@@ -34,11 +35,9 @@ const ENTRY_COMPONENTS = [
CoreModule.forRoot() CoreModule.forRoot()
], ],
declarations: [ declarations: [
...ENTRY_COMPONENTS,
NavbarComponent, NavbarComponent,
ThemedNavbarComponent, ThemedNavbarComponent,
NavbarSectionComponent,
ExpandableNavbarSectionComponent,
ThemedExpandableNavbarSectionComponent,
], ],
providers: [], providers: [],
exports: [ exports: [