Get started with angular-moment CDN

MIT licensed

Angular Moment: library for AngularJS, handling date formatting, manipulation.

Tags:
  • angularjs
  • moment
  • timeago

Stable version

Copied!

How to start using angular-moment CDN


<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-moment/1.3.0/angular-moment.min.js"></script>
  <script src="app.module.js"></script>
</head>
<body ng-app="app">
  <!-- Your application content goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions