1.0.1 • Published 2 years ago

ngx-gallery-view v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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"
  ]
}
1.0.1

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago