Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekmo/angular-django
Django Rest Framework API for Angular with self-building classes, forms, and listings
https://github.com/nekmo/angular-django
angular api django djangorestframework forms rest
Last synced: 6 days ago
JSON representation
Django Rest Framework API for Angular with self-building classes, forms, and listings
- Host: GitHub
- URL: https://github.com/nekmo/angular-django
- Owner: Nekmo
- License: mit
- Created: 2020-09-24T23:36:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T00:17:09.000Z (about 1 year ago)
- Last Synced: 2024-11-02T06:31:39.290Z (13 days ago)
- Topics: angular, api, django, djangorestframework, forms, rest
- Language: TypeScript
- Homepage:
- Size: 876 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##############
angular-django
##############.. image:: https://raw.githubusercontent.com/Nekmo/angular-django/pip-rating-badge/pip-rating-badge.svg
:target: https://github.com/Nekmo/angular-django/actions/workflows/pip-rating.yml
:alt: pip-rating badge.. image:: https://img.shields.io/github/actions/workflow/status/Nekmo/angular-django/test.yml?style=flat-square&maxAge=2592000&branch=master
:target: https://github.com/Nekmo/angular-django/actions?query=workflow%3ATests
:alt: Latest Tests CI build status.. image:: https://img.shields.io/pypi/v/angular-django.svg?style=flat-square
:target: https://pypi.org/project/angular-django/
:alt: Latest PyPI version.. image:: https://img.shields.io/pypi/pyversions/angular-django.svg?style=flat-square
:target: https://pypi.org/project/angular-django/
:alt: Python versions.. image:: https://img.shields.io/codeclimate/maintainability/Nekmo/angular-django.svg?style=flat-square
:target: https://codeclimate.com/github/Nekmo/angular-django
:alt: Code Climate.. image:: https://img.shields.io/codecov/c/github/Nekmo/angular-django/master.svg?style=flat-square
:target: https://codecov.io/github/Nekmo/angular-django
:alt: Test coverage.. raw:: html
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:.. code-block:: shell
$ npm i angular-django
To install the Django package:
.. code-block:: shell
$ 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.