dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AllSearchModule cluster_AllSearchModule_declarations cluster_AllSearchModule_imports cluster_AllSearchModule_exports AllSearchComponent AllSearchComponent AllSearchModule AllSearchModule AllSearchComponent->AllSearchModule AlternativeDocumentComponent AlternativeDocumentComponent AlternativeDocumentComponent->AllSearchModule KeymatchDocumentComponent KeymatchDocumentComponent KeymatchDocumentComponent->AllSearchModule OtherDocumentComponent OtherDocumentComponent OtherDocumentComponent->AllSearchModule AllSearchComponent AllSearchComponent AllSearchModule->AllSearchComponent AlternativeDocumentComponent AlternativeDocumentComponent AllSearchModule->AlternativeDocumentComponent KeymatchDocumentComponent KeymatchDocumentComponent AllSearchModule->KeymatchDocumentComponent OtherDocumentComponent OtherDocumentComponent AllSearchModule->OtherDocumentComponent LibraryModule LibraryModule LibraryModule->AllSearchModule NewsModule NewsModule NewsModule->AllSearchModule ProductsModule ProductsModule ProductsModule->AllSearchModule SearchBasedContentModule SearchBasedContentModule SearchBasedContentModule->AllSearchModule SiteSearchSharedModule SiteSearchSharedModule SiteSearchSharedModule->AllSearchModule
import { NgModule } from '@angular/core';
import { ProductsModule } from '../products/products.module';
import { AllSearchComponent } from './all-search/all-search.component';
import { AlternativeDocumentComponent } from './alternative-document/alternative-document.component';
import { OtherDocumentComponent } from './other-document/other-document.component';
import { LibraryModule } from '../library/library.module';
import { NewsModule } from '../news/news.module';
import { KeymatchDocumentComponent } from './keymatch-document/keymatch-document.component';
import { SiteSearchSharedModule } from '../shared/shared.module';
import { CommonModule } from '@angular/common';
import { RouterModule } from '@angular/router';
import { SearchBasedContentModule } from 'src/app/dxa/dxa-entity/views/search-based-content/search-based-content.module';

@NgModule({
	imports: [
		SiteSearchSharedModule,
		ProductsModule,
		LibraryModule,
		NewsModule,
		CommonModule,
		RouterModule,
		SearchBasedContentModule
	],
	declarations: [
		AllSearchComponent,
		AlternativeDocumentComponent,
		OtherDocumentComponent,
		KeymatchDocumentComponent
	],
	exports: [
		AllSearchComponent,
		AlternativeDocumentComponent,
		OtherDocumentComponent,
		KeymatchDocumentComponent
	]
})
export class AllSearchModule { }

result-matching ""

    No results matching ""