AndreaNobili
AndreaNobili

Reputation: 42957

How can I insert a calendar component into an Angular 2 application?

I am absolutly new in Angular 2 and I have a doubt: I simply have to insert a calendar into a page where the user can add events.

Something like this: https://angular-material-calendar.bradb.net/

I am not understanding if this angular material calendar project is for Angular 2 or for the old AngularJS.

I also don't know if it is a good component or if exist something better.

What do you suggest me to complete this task?

EDIT-1: I also found this PrimeNG calendar component: https://www.primefaces.org/primeng/#/schedule

Can be an idea or am I adding another layer of complexity to my app?

Upvotes: 0

Views: 2286

Answers (2)

Ashokkumar Ramasamy
Ashokkumar Ramasamy

Reputation: 144

i request to use angular-calendar ,refer this npm https://www.npmjs.com/package/angular-calendar

Upvotes: 0

brijmcq
brijmcq

Reputation: 3418

Here's a component based from full-calendar. You didn't include your use cases but I think ng2-fullcalendar may have all you need.

PrimeNG is also good and is also based from full-calendar.

I think that this is a necessary complexity because implementing a scheduler can be difficult ( at least for me )

Upvotes: 1

Related Questions