0.1.0-beta.2 • Published 4 years ago

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

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 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

4 years ago

0.1.0-beta.1

4 years ago

0.1.0-beta.0

4 years ago

0.1.0-alpha.20

4 years ago

0.1.0-alpha.18

4 years ago

0.1.0-alpha.19

4 years ago

0.1.0-alpha.16

4 years ago

0.1.0-alpha.15

4 years ago

0.1.0-alpha.17

4 years ago

0.1.0-alpha.14

4 years ago

0.1.0-alpha.13

4 years ago

0.1.0-alpha.12

4 years ago

0.1.0-alpha.11

4 years ago

0.1.0-alpha.10

4 years ago

0.1.0-alpha.9

4 years ago

0.1.0-alpha.8

4 years ago

0.1.0-alpha.7

4 years ago

0.1.0-alpha.5

4 years ago

0.1.0-alpha.4

4 years ago

0.1.0-alpha.6

4 years ago

0.1.0-alpha.3

4 years ago

0.1.0-alpha.2

4 years ago

0.1.0-alpha.1

4 years ago

0.1.0-alpha.0

4 years ago

0.1.0

4 years ago