dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DatePickerInputModule cluster_DatePickerInputModule_imports cluster_DatePickerInputModule_DatePickerInput_providers cluster_DatePickerInputModule_exports DatePickerInput DatePickerInput DatePickerInputModule DatePickerInputModule DatePickerInput->DatePickerInputModule DatePickerInput DatePickerInput DatePickerInputModule->DatePickerInput {    provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true } {    provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true } {    provide: NG_VALUE_ACCESSOR, useExisting: DatePickerInput, multi: true }->DatePickerInput IconModule IconModule IconModule->DatePickerInputModule

File

src/datepicker-input/datepicker-input.module.ts

Declarations

Imports

Exports

import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";
import { DatePickerInput } from "./datepicker-input.component";
import { IconModule } from "carbon-components-angular/icon";

@NgModule({
	declarations: [
		DatePickerInput
	],
	exports: [
		DatePickerInput
	],
	imports: [
		CommonModule,
		IconModule
	]
})
export class DatePickerInputModule { }

results matching ""

    No results matching ""