I've used Ionic-3 for my university project, I have some issue, I want to know how to install this calendar http://angular-ui.github.io/ui-calendar/ correctly in Ionic project? I tried it, it does not work please help me fix this?
Asked
Active
Viewed 282 times
0
-
Go to its github link, all information is there – Mustafa Lokhandwala Dec 11 '17 at 11:11
-
@MustafaLokhandwala Sir , i try it and install `bower install --save angular-ui-calendar` but not work – core114 Dec 11 '17 at 11:12
-
then is it mandatory to use this calender? – Mustafa Lokhandwala Dec 11 '17 at 11:12
-
Sir I want to add my project for dynamically some event , Im try to find some calendar ,But not for ionic, sir I was try this but cant added this to event https://stackoverflow.com/questions/47747672/ion2-calendar-event-issue – core114 Dec 11 '17 at 11:14
-
Okk I got it what you want – Mustafa Lokhandwala Dec 11 '17 at 11:15
-
Correctly I want to know how to added this http://angular-ui.github.io/ui-calendar/ calendar for my project :( I m try to 2hours – core114 Dec 11 '17 at 11:16
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/160925/discussion-between-core114-and-mustafa-lokhandwala). – core114 Dec 11 '17 at 11:16
1 Answers
3
You can use https://www.npmjs.com/package/angular2-fullcalendar for your custom events.

Aneri Vala
- 528
- 3
- 11
-
Thanks Madam, Your first solution is work for me :D now I can customize – core114 Dec 11 '17 at 12:44