dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ContentSwitcherModule cluster_ContentSwitcherModule_exports cluster_ContentSwitcherModule_declarations ContentSwitcher ContentSwitcher ContentSwitcherModule ContentSwitcherModule ContentSwitcher->ContentSwitcherModule ContentSwitcherOption ContentSwitcherOption ContentSwitcherOption->ContentSwitcherModule ContentSwitcher ContentSwitcher ContentSwitcherModule->ContentSwitcher ContentSwitcherOption ContentSwitcherOption ContentSwitcherModule->ContentSwitcherOption

File

src/content-switcher/content-switcher.module.ts

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

import { ContentSwitcher } from "./content-switcher.component";
import { ContentSwitcherOption } from "./content-switcher-option.directive";

@NgModule({
	declarations: [
		ContentSwitcher,
		ContentSwitcherOption
	],
	exports: [
		ContentSwitcher,
		ContentSwitcherOption
	],
	imports: [CommonModule]
})
export class ContentSwitcherModule { }

results matching ""

    No results matching ""