ng-magnific-popup
v0.0.6
Published
Angular Wrapper for the Magnific Popup Library
Downloads
438
Readme
NgMagnificPopup
Angular Wrapper for the Magnific Popup Library
Usage
import { MagnificPopupComponent } from 'ng-magnific-popup';
In the imports array of the module:
imports: [MagnificPopupComponent]
<ng-magnific-popup>
<a href="https://picsum.photos/700">
<img src="https://picsum.photos/700" alt="Image 1" />
</a>
</ng-magnific-popup>