Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngx-imagery/gallery

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-imagery/gallery

Performant, responsive, easy to use gallery

  • 0.1.0-beta.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 29 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc