dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PillInputModule cluster_PillInputModule_declarations cluster_PillInputModule_imports cluster_PillInputModule_exports Pill Pill PillInputModule PillInputModule Pill->PillInputModule PillInput PillInput PillInput->PillInputModule Pill Pill PillInputModule->Pill PillInput PillInput PillInputModule->PillInput StaticIconModule StaticIconModule StaticIconModule->PillInputModule

File

src/pill-input/pill-input.module.ts

Declarations

Exports

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

import { StaticIconModule } from "./../icon/static-icon.module";

import { PillInput } from "./pill-input.component";
import { Pill } from "./pill.component";

export { PillInput } from "./pill-input.component";
export { Pill } from "./pill.component";


@NgModule({
	declarations: [
		Pill,
		PillInput
	],
	exports: [
		Pill,
		PillInput
	],
	imports: [CommonModule, StaticIconModule]
})
export class PillInputModule {}

results matching ""

    No results matching ""