AngularJS: Creating Objects that map to REST Resources (ORM-Style)

前端 未结 7 562
南笙
南笙 2021-01-29 18:09

I\'m pretty new to AngularJS, but I\'m pretty unclear on how to tie it up to my Server\'s REST Api backend.

For example, say I have an \"image\" resource that I get by G

相关标签:
7条回答
  • 2021-01-29 18:46

    Angular Rest-Mod is another good option for Angular-based Models / ORM.

    Restmod creates objects that you can use from within Angular to interact with your RESTful API. It also supports collections, relations, lifecycle hooks, attribute renaming and much more.

    0 讨论(0)
提交回复
热议问题