dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SwitchModule cluster_SwitchModule_declarations cluster_SwitchModule_SwitchComponent_providers cluster_SwitchModule_exports SwitchComponent SwitchComponent SwitchModule SwitchModule SwitchComponent->SwitchModule SwitchComponent SwitchComponent SwitchModule->SwitchComponent {    : , : (() => ), : true } {    : , : (() => ), : true } {    : , : (() => ), : true }->SwitchComponent

File

projects/rebirth-ng/src/lib/switch/switch.module.ts

Declarations

Exports

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

import { SwitchComponent } from './switch.component';

@NgModule({
  imports: [CommonModule],
  exports: [SwitchComponent],
  declarations: [SwitchComponent],
  providers: [],
})
export class SwitchModule {
}

results matching ""

    No results matching ""