Get started with angular-cookies CDN

MIT licensed

Angular-cookies is a popular AngularJS library for handling cookies in web applications.

Tags:
  • angular
  • framework
  • browser
  • cookies
  • client-side

Stable version

Copied!

How to start using angular-cookies CDN


<!DOCTYPE html>
<html>
<head>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-cookies/1.8.3/angular-cookies.min.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions