GbinEr
GbinEr
change ModuleWithProviders to ModuleWithProviders
and change the import Observable path to "rxjs"
change ModuleWithProviders to ModuleWithProviders
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...