Szabolcs Szilágyi
Szabolcs Szilágyi
Nice examples! But slightly outdated now. Would be nice to update them to the most recent version of the packages.
When you have multiple parallel requests to the API, when the page first loads, then you will end up with multiple `INestApplication` instances. The async-await usage in the `backend/main.ts` doesn't...
This adds support for events that repeats on chosen days of the week. E.g. repeating every Tuesday and Monday. The solution isn't the most elegant, as we parse the date...