dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_RxapWindowSystemModule cluster_RxapWindowSystemModule_imports cluster_RxapWindowSystemModule_exports DefaultWindowComponent DefaultWindowComponent RxapWindowSystemModule RxapWindowSystemModule DefaultWindowComponent->RxapWindowSystemModule WindowActionBarComponent WindowActionBarComponent WindowActionBarComponent->RxapWindowSystemModule WindowContainerComponent WindowContainerComponent WindowContainerComponent->RxapWindowSystemModule WindowContentComponent WindowContentComponent WindowContentComponent->RxapWindowSystemModule WindowResizerComponent WindowResizerComponent WindowResizerComponent->RxapWindowSystemModule WindowToolBarComponent WindowToolBarComponent WindowToolBarComponent->RxapWindowSystemModule DefaultWindowComponent DefaultWindowComponent RxapWindowSystemModule->DefaultWindowComponent WindowContainerComponent WindowContainerComponent RxapWindowSystemModule->WindowContainerComponent WindowContentComponent WindowContentComponent RxapWindowSystemModule->WindowContentComponent WindowResizerComponent WindowResizerComponent RxapWindowSystemModule->WindowResizerComponent WindowTaskBarModule WindowTaskBarModule RxapWindowSystemModule->WindowTaskBarModule WindowToolBarComponent WindowToolBarComponent RxapWindowSystemModule->WindowToolBarComponent
import { NgModule } from '@angular/core';
import { DefaultWindowComponent } from './default-window/default-window.component';
import { WindowActionBarComponent } from './window-action-bar/window-action-bar.component';
import { WindowContainerComponent } from './window-container/window-container.component';
import { WindowContentComponent } from './window-content/window-content.component';
import { WindowResizerComponent } from './window-resizer/window-resizer.component';
import { WindowTaskBarModule } from './window-task-bar/window-task-bar.module';
import { WindowToolBarComponent } from './window-tool-bar/window-tool-bar.component';

// TODO : refactor to be used without a central module
@NgModule({
  imports: [
    WindowContainerComponent,
    WindowToolBarComponent,
    WindowResizerComponent,
    DefaultWindowComponent,
    WindowContentComponent,
    WindowActionBarComponent,
  ],
  exports: [
    WindowContainerComponent,
    WindowToolBarComponent,
    WindowResizerComponent,
    DefaultWindowComponent,
    WindowContentComponent,
    WindowTaskBarModule,
  ],
})
export class RxapWindowSystemModule {}

results matching ""

    No results matching ""