0.0.2 • Published 6 years ago

@springbuck/ng-imager v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.