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"
}),