Gathering detailed insights and metrics for ionic-gallery-modal-fork-ionic-5
Gathering detailed insights and metrics for ionic-gallery-modal-fork-ionic-5
Gathering detailed insights and metrics for ionic-gallery-modal-fork-ionic-5
Gathering detailed insights and metrics for ionic-gallery-modal-fork-ionic-5
Ionic Gallery Modal (to show all your photos)
npm install ionic-gallery-modal-fork-ionic-5
Typescript
Module System
Node Version
NPM Version
TypeScript (55.44%)
JavaScript (31.63%)
HTML (6.56%)
SCSS (6.37%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
65 Commits
1 Branches
1 Contributors
Updated on Apr 23, 2021
Latest Version
0.2.20
Package Id
ionic-gallery-modal-fork-ionic-5@0.2.20
Unpacked Size
3.76 MB
Size
839.65 kB
File Count
12
NPM Version
6.9.0
Node Version
12.6.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
If you need a nice, professional library, please use photoswipe.js
It consists of a modal that will help you make gallery preview modal. Last tested with Ionic 3.13.0
Install it using npm
npm install ionic-gallery-modal --save
and then, within your application module
import * as ionicGalleryModal from 'ionic-gallery-modal';
import { HAMMER_GESTURE_CONFIG } from '@angular/platform-browser';
and add the GalleryModalModule
to your imports
imports: [
//...
ionicGalleryModal.GalleryModalModule,
//...
],
and to your providers
providers: [
//...
{
provide: HAMMER_GESTURE_CONFIG,
useClass: ionicGalleryModal.GalleryModalHammerConfig,
},
//...
],
To open the module just use the Ionic ModalController
import { ModalController } from '@ionic/angular';
import { GalleryModal } from 'ionic-gallery-modal';
let modal = this.modalCtrl.create(GalleryModal, {
photos: photos,
initialSlide: index
});
modal.present();
The possible options for it are:
{
photos: Array[{
url: string,
type: string,
}],
closeIcon: string,
initialSlide: number,
}
Let us know or submit a PR! And, please, don't hesitate to contribute. :heart:
--prod
flag onCiprian Mocanu - @nikini
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More