iframe-ai-ng
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

Simple SDK to build awesome apps with Angular Interface and iFrameAI Backend:

Make sure you initialized module in your app.module.ts

import { iFrameAI } from 'iframe-ai-ng'
iFrameAI.forRoot({
apiURL: "http://localhost:8080/connect", // replace with route to your NodeJS server / app
webURL: "",
socketURL: "",
fileURL: "",
lang: "en_US"
}),

Package Sidebar

Install

npm i iframe-ai-ng

Weekly Downloads

37

Version

0.0.17

License

Apache-2.0

Unpacked Size

105 kB

Total Files

11

Last publish

Collaborators

  • iframe_ai