Newer
Older
import {NgModule} from '@angular/core';
import {IonicPageModule} from 'ionic-angular';
import {GoodsCollectPage} from './goods-collect';
import {GoodsCartPage} from "./goods-cart/goods-cart";
import {GoodsOrderPage} from "./goods-order/goods-order";
import {ComponentsModule} from "../../../components/components.module";
@NgModule({
declarations: [
GoodsCollectPage,
GoodsCartPage,