feat: fix services lazy loading

This commit is contained in:
Enea Jahollari
2023-09-25 21:35:50 +02:00
parent 54614c21f0
commit 5e09fe6bf0
126 changed files with 581 additions and 793 deletions

View File

@@ -3,7 +3,6 @@ import { NgModule } from '@angular/core';
import { EffectsModule } from '@ngrx/effects';
import { CoreModule } from '../core/core.module';
import { NavbarEffects } from './navbar.effects';
import { NavbarSectionComponent } from './navbar-section/navbar-section.component';
import { ExpandableNavbarSectionComponent } from './expandable-navbar-section/expandable-navbar-section.component';
@@ -32,7 +31,6 @@ const ENTRY_COMPONENTS = [
MenuModule,
FormsModule,
EffectsModule.forFeature(effects),
CoreModule.forRoot(),
...ENTRY_COMPONENTS,
NavbarComponent,
ThemedNavbarComponent