Angular module to load REST list from Django DRF from anywhere in the list
This project provides an interface with Django-rest-framework. It allows you to retrieve the content of a list from anywhere in the list and to infinitely loop over it.
Example of use case where it can be useful: Loading a galery of pictures
```
npm install tdn-infinite
Using this excellent tutorial, you simply need to run:
``
npm install
npm run build
If you want to test it locally, go in the dist folder and run npm link. Then go to your test app root dir and do npm link tdn-infiniteng serve --preserve-symlinks
Re-start your server with following command:
Go to the dist folder and run:
```
npm login
npm publish