New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ecodev/angular-natural-gallery

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecodev/angular-natural-gallery

[![Build Status](https://github.com/Ecodev/angular-natural-gallery/workflows/main/badge.svg)](https://github.com/Ecodev/angular-natural-gallery/actions)

  • 17.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-55.17%
Maintainers
3
Weekly downloads
 
Created
Source

Build Status

Thin wrapper for @ecodev/natural-gallery-js.

Installation

To install this library, run:

$ yarn add @ecodev/angular-natural-gallery

Consuming your library in your Angular AppModule

import {BrowserModule} from '@angular/platform-browser';
import {NgModule} from '@angular/core';

import {AppComponent} from './app.component';

// Import the library
import {NaturalGalleryModule} from '@ecodev/angular-natural-gallery';

@NgModule({
  declarations: [AppComponent],
  imports: [
    BrowserModule,

    // Specify the library as an import
    NaturalGalleryModule,
  ],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

Once the library is imported, you can use its components, directives and pipes in your Angular application:

<natural-gallery></natural-gallery>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ yarn prod

To lint all *.ts files:

$ yarn lint

License

MIT © Samuel Baptista

FAQs

Package last updated on 26 Jun 2023

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