dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ExploreContainerComponentModule cluster_ExploreContainerComponentModule_declarations cluster_ExploreContainerComponentModule_exports ExploreContainerComponent ExploreContainerComponent ExploreContainerComponentModule ExploreContainerComponentModule ExploreContainerComponent->ExploreContainerComponentModule ExploreContainerComponent ExploreContainerComponent ExploreContainerComponentModule->ExploreContainerComponent

File

src/app/explore-container/explore-container.module.ts

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

import { IonicModule } from '@ionic/angular';

import { ExploreContainerComponent } from './explore-container.component';

@NgModule({
  imports: [ CommonModule, FormsModule, IonicModule],
  declarations: [ExploreContainerComponent],
  exports: [ExploreContainerComponent]
})
export class ExploreContainerComponentModule {}

results matching ""

    No results matching ""