@springbuck/ng-bot

0.0.2 • Public • Published

NG Bot

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, bot data for web apps.

Installation

$ npm install springbuck/ng-bot

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

Configurations

// src/app/app.module.ts

import { NGBOT_CONFIG } from "@springbuck/ng-bot";
import { MY_NGBOT_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGBOT_CONFIG, useValue: MY_NGBOT_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.

Package Sidebar

Install

npm i @springbuck/ng-bot

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • springbuck