Nekmo / angular-django

Django Rest Framework API for Angular with self-building classes, forms, and listings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-django

pip-rating badge Latest Tests CI build status Latest PyPI version Python versions Code Climate Test coverage

Angular Django

Work in Angular as in Django

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-django

To install the Django package:

$ pip install -U angular-django

Full 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.

About

Django Rest Framework API for Angular with self-building classes, forms, and listings

License:MIT License


Languages

Language:TypeScript 74.5%Language:Python 17.1%Language:HTML 2.9%Language:Dockerfile 2.4%Language:JavaScript 1.7%Language:Makefile 0.9%Language:Shell 0.4%Language:CSS 0.1%