1
0

Merge remote-tracking branch 'origin/main' into w2p-90978_Improve-initial-page-load_PR

This commit is contained in:
Yura Bondarenko
2022-04-28 13:49:39 +02:00
742 changed files with 23770 additions and 17701 deletions

View File

@@ -11,6 +11,7 @@ import { RootModule } from '../../app/root.module';
import { NavbarModule } from '../../app/navbar/navbar.module';
import { PublicationComponent } from './app/item-page/simple/item-types/publication/publication.component';
import { ItemPageModule } from '../../app/item-page/item-page.module';
import { FooterComponent } from './app/footer/footer.component';
/**
* Add components that use a custom decorator to ENTRY_COMPONENTS as well as DECLARATIONS.
@@ -26,6 +27,7 @@ const DECLARATIONS = [
HeaderComponent,
HeaderNavbarWrapperComponent,
NavbarComponent,
FooterComponent,
];
@NgModule({