dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_HomePageModule cluster_HomePageModule_imports cluster_HomePageModule_declarations HomePage HomePage HomePageModule HomePageModule HomePage->HomePageModule HomePageRoutingModule HomePageRoutingModule HomePageRoutingModule->HomePageModule

File

src/app/home/home.module.ts

Declarations

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

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

import { HomePageRoutingModule } from './home-routing.module';

import { HomePage } from './home.page';

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    IonicModule,
    HomePageRoutingModule
  ],
  declarations: [HomePage]
})
export class HomePageModule {}

results matching ""

    No results matching ""