GbinEr

Results 4 comments of GbinEr

change ModuleWithProviders to ModuleWithProviders

and change the import Observable path to "rxjs"

Try to use this solution: `export const importDynamic = new Function( 'modulePath', 'return import(modulePath)', );` and using it into your function: ``` const { ChatGPTAPI } = await importDynamic("chatgpt"); this.gptApi...