dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AtftCameraModule cluster_AtftCameraModule_declarations cluster_AtftCameraModule_exports OrthographicCameraComponent OrthographicCameraComponent AtftCameraModule AtftCameraModule OrthographicCameraComponent->AtftCameraModule PerspectiveCameraComponent PerspectiveCameraComponent PerspectiveCameraComponent->AtftCameraModule OrthographicCameraComponent OrthographicCameraComponent AtftCameraModule->OrthographicCameraComponent PerspectiveCameraComponent PerspectiveCameraComponent AtftCameraModule->PerspectiveCameraComponent

File

projects/atft/src/lib/camera/atft-camera.module.ts

import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {PerspectiveCameraComponent} from './perspective-camera.component';
import {OrthographicCameraComponent} from './orthographic-camera.component';

@NgModule({
  imports: [
    CommonModule
  ],
  declarations: [
    PerspectiveCameraComponent,
    OrthographicCameraComponent
  ],
  exports: [
    PerspectiveCameraComponent,
    OrthographicCameraComponent
  ]
})
export class AtftCameraModule {
}

results matching ""

    No results matching ""