A
A
Artem Pavliienko2017-10-27 23:43:20
Angular
Artem Pavliienko, 2017-10-27 23:43:20

How to make a calendar in Angular 4?

Hello everyone, please tell me where can I find info on how to make a calendar in angular 4 using ngrx/express/mongo.
It should look something like this.
59f39a5487009526217634.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Maltsev, 2017-10-28
@kvazarmp

For a calendar, for example, use this - https://fullcalendar.io/
The algorithm of actions is something like this:
1) develop a backend on express + Mongo, where you will store data about entries in the calendar.
2) Through ngrx, receive data from the backend and display it on the frontend.
3) For example, by clicking on a date / place on the calendar, open a modal with a form for adding an entry - send and save on the backend.
By searching for information - you can google something like express rest api, the first 2-3 links I think will be enough to start. Well, for angular 4 - google something like angular http / angular ngrx

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question