dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SwitchModule cluster_SwitchModule_declarations cluster_SwitchModule_Switch_providers cluster_SwitchModule_exports Switch Switch SwitchModule SwitchModule Switch->SwitchModule Switch Switch SwitchModule->Switch {    : , : , : true } {    : , : , : true } {    : , : , : true }->Switch

File

src/switch/switch.module.ts

Description

Deprecated in favour of ToggleModule (to be removed in v3.0).

Declarations

Exports

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

// imports
import { Switch } from "../switch/switch.component";

// exports
export { Switch } from "../switch/switch.component";

/**
 * Deprecated in favour of `ToggleModule` (to be removed in v3.0).
 *
 * @deprecated
 */
@NgModule({
	declarations: [
		Switch
	],
	exports: [
		Switch
	],
	imports: [
		CommonModule,
		FormsModule
	]
})
export class SwitchModule { }

results matching ""

    No results matching ""