Page Contents

The following pages are tagged with

TitleExcerpt
Angular 2 SDK The loopback-sdk-builder module enables you to create an Angular 2 client SDK for a LoopBack application. It is a community module forked from the official loopback-sdk-angular and refactored to support Angular 2. Note: This module is provided and supported by the...
Angular example app A brief tutorial on creating an Angular client app using the Loopback AngularJS SDK.
AngularJS LiveSet Example Example of realtime AngularJS app using HTML5 server-sent events.
Angular Live Set Angular live set is an AngularJS module to display changes as they are made to a collection of objects.
AngularJS Grunt plugin See also: loopback-example-angular Angular SDK built-in models API Overview If you prefer, you can use a Grunt plugin to auto-generate Angular $resource services instead of the LoopBack Angular tool, lb-ng. You can then use grunt-docular.com to generate client API docs. Installation
AngularJS JavaScript SDK Note: To install the LoopBack AngularJS SDK, install StrongLoop tools. Important: The AngularJS SDK requires Angular version 1.2.0 or newer. Introduction AngularJS is an open-source JavaScript model–view–controller (MVC) framework for browser-based applications. The LoopBack...
Create AngularJS client The LoopBack AngularJS SDK enables you to easily creates a client JavaScript API to consume your LoopBack REST API.