twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
388 stars 196 forks source link

Module ''*'' has no exported member 'Wrapper_CalendarComponent' #18

Closed omhybrid closed 7 years ago

omhybrid commented 7 years ago

ionic 2 for android

ionic 2

cordova CLI: 6.4.0 Ionic Framework Version: 2.0.0-rc.3 Ionic CLI Version: 2.1.12 Ionic App Lib Version: 2.1.7 Ionic App Scripts Version: 0.0.45 OS: Windows 7 Node Version: v6.9.1

omhybrid commented 7 years ago

ok i solve it

Gtanxingwen commented 7 years ago

@omhybrid how to solve this

twinssbc commented 7 years ago

Solution: add below lines in main.prod.ts

import { CalendarComponent } from 'ionic2-calendar/calendar';
import { MonthViewComponent } from 'ionic2-calendar/monthview';
import { WeekViewComponent } from 'ionic2-calendar/weekview';
import { DayViewComponent } from 'ionic2-calendar/dayview';