Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@springbuck/ng-imager

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springbuck/ng-imager

RESTful images front-end to https://github.com/isaiahiroko/laravel-imager

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

NG Imager

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, imager data for web apps.

Installation

$ npm install springbuck/ng-imager

"dependencies": {
    ...
    "springbuck/ng-imager": "~0.0.0",
    ...
}

Configurations

// src/app/app.module.ts

import { NGIMAGER_CONFIG } from "@springbuck/ng-imager";
import { MY_NGIMAGER_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGIMAGER_CONFIG, useValue: MY_NGIMAGER_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.

Keywords

angular

FAQs

Package last updated on 30 Dec 2017

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