DEV Community

Cover image for Angular Fullscreen Lightbox Introduced!
Piotr Zdziarski
Piotr Zdziarski

Posted on

Angular Fullscreen Lightbox Introduced!

In comparison with the React and Vue versions, the Angular version is more reactive. There is no need for updating any "key" prop after updating the "sources", "captions", or other input; the change is reflected automatically. Both basic and Pro versions require at least Angular v16.

The basic version is available on the MIT license. It's just Fullscreen Lightbox with all its features adjusted to the Angular framework. So automatic type detection, fullscreen, swiping, custom sources (which work similarly as in the Vue version) work correctly. The package can be downloaded from the Download page, or from the npmjs.com registry—https://npmjs.com/package/fslightbox-angular. The usage is exacly described in the documentation. The package's code can be previewed on GitHub—https://github.com/banthagroup/fslightbox-angular.
Angular Fullscreen Lightbox Basic Introduced

The Pro version comes along standard FsLightbox features such as thumbs, captions, or zooming. The demo can be previewed at the Getting Started page. The Pro version's User License Agreement is available on the licenses page. It can be bought with the Fullscreen Lightbox packet on the Pro version's page. If you've already been a Pro user, the Angular version is bound to your account for free.
Angular Fullscreen Lightbox Pro Introduced

Top comments (0)