This contains dist folder for hosting using nginx.
We can generate dist folder using following command.
> ng build --prod
- ng build --prod generates build version of app for hosting puposes.
- It uses AOT(Ahead Of Time) compilation technique to make app more easily accessible.
- AOT also helps to reduce load time of app.
All required api documentation using apiDoc.
Apidoc - Api Documentation for todo app backend
- Pankaj Singh -- Pankaj Singh
- I would like to thank my friends who supports me during the development of this app.