Skip to content

prabhashibuddhima/ovalApp

Repository files navigation

ovalApp

copyright by prabhashi

This is a test app for ionuic calendar using customized scss

this app made for ovaluation cycle dates.

first you have to install ionic2-calendar using following link https://www.npmjs.com/package/ionic2-calendar

then you will needed to add import { NgCalendarModule } from 'ionic2-calendar';

to your page module and add NgCalendarModule to imports in the page module.ts file

then you can add your html and all as the above code. make sure you add and mention it in <ng-template #template let-view="view" let-row="row" let-col="col">

{{view.dates[row*7+col].label}}
<calendar [monthviewDisplayEventTemplate]="template" [eventSource]="eventSource" [calendarMode]="calendar.mode" [currentDate]="calendar.currentDate" [showEventDetail]="false" (onTitleChanged)="onViewTitleChanged($event)">

make sure you add your scsss to your global.scss file

cheers!!

-Prabhashi (please note that this one is made by me for testing purposes of ionic calendar for all the ionic developers struggling with calendar css)

About

copyright by prabhashi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published