Get started with angular-message-format CDN

MIT licensed

AngularJS library for flexible error message formatting with placeholders and dynamic values.

Tags:
  • angular
  • framework
  • browser
  • messageformat
  • i18n
  • client-side

Stable version

Copied!

How to start using angular-message-format CDN


<!DOCTYPE html>
<html>
<head>
  <!-- Other head elements -->
  <script src="https://cdn.jsdelivr.net/npm/@angular/[email protected]/common.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/@angular/[email protected]/platform-browser.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-message-format/1.8.3/angular-message-format.min.js"></script>
</head>
<body>
  <!-- Other body elements -->
</body>
</html>
Copied!
Copied!
Copied!

All versions