This module is in Active LTS mode, new features are no longer accepted. (See Module Long Term Support Policy below.) LoopBack 3 users looking for new features are encouraged to upgrade to LoopBack 4. Refer to loopback-next#1849 for more information on how to upgrade.
NOTE: The loopback-sdk-angular module supersedes loopback-angular. Please update your package.json accordingly.
The JavaScript AngularJS SDK provides an API based on ngResource.$resource that enable your AngularJS app to access a LoopBack server application.
The client is dynamic, in other words it automatically includes all the LoopBack models and methods you've defined on your server. You don't have to manually write any static code.
See the official LoopBack AngularJS SDK documentation for more information.
Discuss features and ask questions on LoopBack Forum.
This module adopts the Module Long Term Support (LTS) policy, with the following End Of Life (EOL) dates:
Version | Status | Published | EOL |
---|---|---|---|
3.x | Active LTS | Nov 2016 | Dec 2019 |
1.x | Maintenance LTS | Jul 2014 | Apr 2019 |
Learn more about our LTS plan in the docs.