Get started with angular-bootstrap-lightbox CDN
MIT licensed
Angular-bootstrap-lightbox is a lightweight AngularJS directive for implementing responsive image galleries using the Bootstrap Lightbox component.
Tags:- angular
- lightbox
- image
- gallery
Stable version
Copied!
How to start using angular-bootstrap-lightbox CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/bootstrap-icons.css" />
<link rel="stylesheet" href="https://cdn.cdnhub.io/angular-bootstrap-lightbox/0.12.0/angular-bootstrap-lightbox.min.css" />
<title>Get started with angular-bootstrap-lightbox CDN - cdnhub.io</title>
</head>
<body>
<!-- Your HTML content goes here -->
</body>
<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.jsdelivr.net/npm/[email protected]/rxjs.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js"></script>
<script src="https://cdn.cdnhub.io/angular-bootstrap-lightbox/0.12.0/angular-bootstrap-lightbox.min.js"></script>
<script src="path/to/your/app.component.js"></script>
</html>
Copied!
Copied!
Copied!
Copied!