dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ServicesPageModule cluster_ServicesPageModule_imports cluster_ServicesPageModule_declarations ServicesPage ServicesPage ServicesPageModule ServicesPageModule ServicesPage->ServicesPageModule ServicesPageRoutingModule ServicesPageRoutingModule ServicesPageRoutingModule->ServicesPageModule

File

src/app/services/services.module.ts

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

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

import { ServicesPageRoutingModule } from './services-routing.module';

import { ServicesPage } from './services.page';

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    IonicModule,
    ServicesPageRoutingModule
  ],
  declarations: [ServicesPage]
})
export class ServicesPageModule {}

results matching ""

    No results matching ""