dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DatePickerInputModule cluster_DatePickerInputModule_declarations 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

File

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

Declarations

Exports

import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";
import { DatePickerInput } from "./datepicker-input.component";
import { Calendar16Module } from "@carbon/icons-angular/lib/calendar/16";

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

result-matching ""

    No results matching ""