Get started with angular-loading-bar CDN
MIT licensed
Angular-Loading-Bar is a simple and flexible AngularJS directive for displaying dynamic loading bars in web applications.
Tags:- angular
- angularjs
- loading
- loadingbar
- progress
- progressbar
Stable version
Copied!
How to start using angular-loading-bar CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with angular-loading-bar CDN - cdnhub.io</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
<script src="https://cdn.cdnhub.io/angular-loading-bar/0.9.0/loading-bar.min.js"></script>
</head>
<body ng-app="myApp">
<!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!