Newer
Older
import {NgModule} from '@angular/core';
import {IonicPageModule} from 'ionic-angular';
import {HairCutPage} from './hair-cut';
import {HairApplyPage} from "./hair-apply/hair-apply";
import {CalendarModule} from "ion2-calendar";
declarations: [
HairCutPage,
HairApplyPage,
],
imports: [
CalendarModule,
IonicPageModule.forChild(HairCutPage),
],
entryComponents: [