ngx-teacher-assist
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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 {}

Package Sidebar

Install

npm i ngx-teacher-assist

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

138 kB

Total Files

18

Last publish

Collaborators

  • diegopagini7