0.1.0-beta.2 • Published 5 years ago

@ngx-imagery/gallery v0.1.0-beta.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

Angular 8+ Image Gallery (Project moved to https://www.npmjs.com/package/ngx-doe-gallery)

Performant, responsive, easy to use gallery

Demo

Stackblitz

Docs

Installation

npm i -S @ngx-imagery/gallery@latest

Usage

In your ng module

import { GalleryModule } from '@ngx-imagery/gallery';

@NgModule({
  imports: [ GalleryModule ]
})
...

In your component class

import { GalleryItem } from '@ngx-imagery/gallery';

@Component({...})
export class AppComponent {
  images: GalleryItem[] = [
      {
        src: '/assets/kitten1.jpg'
      }
  ]
}

In your component template

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

Development

Install dependencies

In the root of the project, run

npm ci

Serve

npm start

Test

npm test
0.1.0-beta.2

5 years ago

0.1.0-beta.1

5 years ago

0.1.0-beta.0

5 years ago

0.1.0-alpha.20

5 years ago

0.1.0-alpha.18

5 years ago

0.1.0-alpha.19

5 years ago

0.1.0-alpha.16

5 years ago

0.1.0-alpha.15

5 years ago

0.1.0-alpha.17

5 years ago

0.1.0-alpha.14

5 years ago

0.1.0-alpha.13

5 years ago

0.1.0-alpha.12

5 years ago

0.1.0-alpha.11

5 years ago

0.1.0-alpha.10

5 years ago

0.1.0-alpha.9

5 years ago

0.1.0-alpha.8

5 years ago

0.1.0-alpha.7

5 years ago

0.1.0-alpha.5

5 years ago

0.1.0-alpha.4

5 years ago

0.1.0-alpha.6

5 years ago

0.1.0-alpha.3

5 years ago

0.1.0-alpha.2

5 years ago

0.1.0-alpha.1

5 years ago

0.1.0-alpha.0

5 years ago

0.1.0

5 years ago