dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AtftMeshModule cluster_AtftMeshModule_exports cluster_AtftMeshModule_declarations BoxMeshComponent BoxMeshComponent AtftMeshModule AtftMeshModule BoxMeshComponent->AtftMeshModule CylinderMeshComponent CylinderMeshComponent CylinderMeshComponent->AtftMeshModule FrameMeshComponent FrameMeshComponent FrameMeshComponent->AtftMeshModule GridMeshComponent GridMeshComponent GridMeshComponent->AtftMeshModule PlaneMeshComponent PlaneMeshComponent PlaneMeshComponent->AtftMeshModule SphereMeshComponent SphereMeshComponent SphereMeshComponent->AtftMeshModule TorusMeshComponent TorusMeshComponent TorusMeshComponent->AtftMeshModule VideoMeshComponent VideoMeshComponent VideoMeshComponent->AtftMeshModule BoxMeshComponent BoxMeshComponent AtftMeshModule->BoxMeshComponent CylinderMeshComponent CylinderMeshComponent AtftMeshModule->CylinderMeshComponent FrameMeshComponent FrameMeshComponent AtftMeshModule->FrameMeshComponent GridMeshComponent GridMeshComponent AtftMeshModule->GridMeshComponent PlaneMeshComponent PlaneMeshComponent AtftMeshModule->PlaneMeshComponent SphereMeshComponent SphereMeshComponent AtftMeshModule->SphereMeshComponent TorusMeshComponent TorusMeshComponent AtftMeshModule->TorusMeshComponent VideoMeshComponent VideoMeshComponent AtftMeshModule->VideoMeshComponent
import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {BoxMeshComponent} from './box-mesh.component';
import {CylinderMeshComponent} from './cylinder-mesh.component';
import {FrameMeshComponent} from './frame-mesh.component';
import {PlaneMeshComponent} from './plane-mesh.component';
import {SphereMeshComponent} from './sphere-mesh.component';
import {TorusMeshComponent} from './torus-mesh.component';
import {GridMeshComponent} from './grid-mesh.component';
import {VideoMeshComponent} from './video-mesh.component';


@NgModule({
  declarations: [
    BoxMeshComponent,
    CylinderMeshComponent,
    FrameMeshComponent,
    PlaneMeshComponent,
    SphereMeshComponent,
    TorusMeshComponent,
    GridMeshComponent,
    VideoMeshComponent
  ],
  imports: [
    CommonModule
  ],
  exports: [
    BoxMeshComponent,
    CylinderMeshComponent,
    FrameMeshComponent,
    PlaneMeshComponent,
    SphereMeshComponent,
    TorusMeshComponent,
    GridMeshComponent,
    VideoMeshComponent
  ]
})
export class AtftMeshModule {
}

results matching ""

    No results matching ""