Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question