0.0.6 • Published 3 years ago

angular-django v0.0.6

Weekly downloads
11
License
-
Repository
-
Last release
3 years ago

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

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago

0.1.0

6 years ago