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