angular-django
v0.0.6
Published
<p align="center"> <img src="https://raw.githubusercontent.com/Nekmo/angular-django/master/angular_django.svg" width="256px" height="256px" alt="Angular Django"/> </p> <p align="center"><strong><em>Work in Angular as in Django</em></strong></p>
Readme
Angular Django is a framework to work in Angular as in Django. Use the Django classes in Angular to build forms and data grids in minutes. A demo is available on the website.
Angular-django consists of two packages: a package for Angular and an optional package for Django. To install the Angular package:
$ npm i angular-djangoTo install the Django package:
$ pip install -U angular-djangoFull instructions are available on the website.
Features
Some features available:
- Use the methods and filters available in the Django Rest Framework to work with the API.
- Build forms in minutes. Includes validation on frontend and backend. Selector choices are built with the server.
- Easy-to-implement filtering, paging, and searching listings.
- Use your Django classes and types in Angular. The library will transform the API values to the correct types.
