Your browser does not support SVG

File

src/app/explore/explore.module.ts

Declarations

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

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

import { ExplorePageRoutingModule } from './explore-routing.module';

import { ExplorePage } from './explore.page';
import { SwiperModule } from 'swiper/angular';

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    IonicModule,
    ExplorePageRoutingModule,
    SwiperModule
  ],
  declarations: [ExplorePage]
})
export class ExplorePageModule {}

results matching ""

    No results matching ""