dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_OntologyExplorationModule cluster_OntologyExplorationModule_exports cluster_OntologyExplorationModule_imports OntologySearchModule OntologySearchModule OntologyExplorationModule OntologyExplorationModule OntologySearchModule->OntologyExplorationModule OntologySelectionModule OntologySelectionModule OntologySelectionModule->OntologyExplorationModule OntologyTreeModule OntologyTreeModule OntologyTreeModule->OntologyExplorationModule OntologySearchModule OntologySearchModule OntologyExplorationModule->OntologySearchModule OntologySelectionModule OntologySelectionModule OntologyExplorationModule->OntologySelectionModule OntologyTreeModule OntologyTreeModule OntologyExplorationModule->OntologyTreeModule

File

src/app/modules/ontology-exploration/ontology-exploration.module.ts

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

import { OntologySearchModule } from './ontology-search/ontology-search.module';
import { OntologySelectionModule } from './ontology-selection/ontology-selection.module';
import { OntologyTreeModule } from './ontology-tree/ontology-tree.module';

@NgModule({
  imports: [CommonModule, OntologySearchModule, OntologyTreeModule, OntologySelectionModule],
  exports: [OntologySearchModule, OntologyTreeModule, OntologySelectionModule],
})
export class OntologyExplorationModule {}

results matching ""

    No results matching ""