ngx-gallery-view

1.0.1 • Public • Published

NgxGalleryView

This library was generated with Angular CLI version 13.1.0.

Note

Sorry there was some issue before but it is fixed now.

Getting Started

Installation

Install via npm package manager

npm i ngx-gallery-view

Usage

Import ngx-gallery-view module

import { NgxGalleryViewModule } from 'ngx-gallery-view';

@NgModule({
  imports: [ NgxGalleryViewModule ]
})

Then in HTML

<ngx-gallery-view [images]="images"></ngx-gallery-view>

where

import { Component } from '@angular/core';

@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.scss']
})
export class AppComponent {
  title = 'test';
  images = [
    "https://media.gettyimages.com/photos/quaideazam-picture-id184944186?s=612x612",
    "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQRky3LVvzLnZ-WRkUwn_UZb3dqLeeMK8lRa0bmI74VVKeTYjEB18ZZ53a2drJtbWl9Zfw&usqp=CAU"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-gallery-view

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

11.5 kB

Total Files

16

Last publish

Collaborators

  • tayyabarif42