PHOTO GALLERY for Ionic 3
To see this in action, checkout the example project here.
Installation
Install the module via NPM
npm i --save cs-photo-gallery
Import it in your app module
Import CsPhotoGalleryModule.forRoot()
in your app main module
;
Usage
CsPhotoGalleryController
Provider
openCsPhotoGallery
openCsPhotoGalleryoptions?: ICsOptionsGallery: Observable<any>
OPTIONS
(optional) Advanced configuration.
Param | Type | Description | Default |
---|---|---|---|
maxFiles |
number | Maximum number of selectable files. | 30 |
Return
Object
Array of nativeURLs (String)
Examples
Simple Example
;;
Example with all options
;;
Contribution
- Having an issue? or looking for support? Open an issue and we will get you the help you need.
- Got a new feature or a bug fix? Fork the repo, make your changes, and submit a pull request.
Support this project
If you find this project useful, please star the repo to let people know that it's reliable. Also, share it with friends and colleagues that might find this useful as well. Thank you 😄