@springbuck/ng-reed

0.0.2 • Public • Published

NG Reed

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, reed data for web apps.

Installation

$ npm install springbuck/ng-reed

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

Configurations

// src/app/app.module.ts

import { NGREED_CONFIG } from "@springbuck/ng-reed";
import { MY_NGREED_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGREED_CONFIG, useValue: MY_NGREED_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.

Package Sidebar

Install

npm i @springbuck/ng-reed

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • springbuck