Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ngx-teacher-assist

diegopagini716MIT1.0.4TypeScript support: included

`typescript import { AppComponent } from "./app.component"; import { NgxTeacherAssistModule } from "ngx-teacher-assist";

chatGPT, teacher, assist, angular, IA

readme

How to use it:

import { AppComponent } from "./app.component";
import { NgxTeacherAssistModule } from "ngx-teacher-assist";

@NgModule({
  declarations: [AppComponent],
  imports: [
    NgxTeacherAssistModule.config({
      api_key: "your-api-key",
      language: "english",
    }),
  ],
  exporst: [],
  bootstrap: [AppComponent],
})
export class AppModule {}