Get started with angular-hal CDN

WTFPL licensed

Angular-Hal: AngularJS library for managing HATEOAS links in Angular.

Tags:
  • angular
  • hal

Stable version

Copied!

How to start using angular-hal CDN


<!DOCTYPE html>
<html>
<head>
  <script src="https://cdn.jsdelivr.net/npm/rxjs@6.6.3/bundles/rxjs.umd.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-hal/2.3.0/angular-hal.min.js"></script>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
  <script src="app.module.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your application content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!

All versions