dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SwitchModule cluster_SwitchModule_declarations cluster_SwitchModule_exports SwitchComponent SwitchComponent SwitchModule SwitchModule SwitchComponent->SwitchModule SwitchComponent SwitchComponent SwitchModule->SwitchComponent

File

projects/commons/src/lib/elements/switch/switch.module.ts

Declarations

Exports

import { NgModule } from '@angular/core';

import { SwitchComponent } from './components';

@NgModule({
    declarations: [
        SwitchComponent
    ],
    exports: [
        SwitchComponent,
    ],
})

export class SwitchModule {}

result-matching ""

    No results matching ""