@springbuck/ng-imager
v0.0.2
Published
RESTful images front-end to https://github.com/isaiahiroko/laravel-imager
Downloads
5
Maintainers
Readme
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.