dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SearchModule cluster_SearchModule_exports cluster_SearchModule_imports cluster_SearchModule_declarations cluster_SearchModule_Search_providers Search Search SearchModule SearchModule Search->SearchModule Search Search SearchModule->Search {    provide: NG_VALUE_ACCESSOR, useExisting: Search, multi: true } {    provide: NG_VALUE_ACCESSOR, useExisting: Search, multi: true } {    provide: NG_VALUE_ACCESSOR, useExisting: Search, multi: true }->Search I18nModule I18nModule I18nModule->SearchModule IconModule IconModule IconModule->SearchModule

File

src/search/search.module.ts

Declarations

Exports

// modules
import { NgModule } from "@angular/core";
import { FormsModule } from "@angular/forms";
import { CommonModule } from "@angular/common";

// imports
import { I18nModule } from "carbon-components-angular/i18n";
import { Search } from "./search.component";
import { IconModule } from "carbon-components-angular/icon";

@NgModule({
	declarations: [
		Search
	],
	exports: [
		Search
	],
	imports: [
		FormsModule,
		CommonModule,
		I18nModule,
		IconModule
	]
})
export class SearchModule { }

results matching ""

    No results matching ""