ngx-zendesk-webwidget
ngx-zendesk-webwidget copied to clipboard
Angular 14 Support
We need support for Angular 14, is that possible?
You can use my npm package: npm i @nitsanzo/ngx-zendesk-webwidget
https://www.npmjs.com/package/@nitsanzo/ngx-zendesk-webwidget
Hey @nitsan
tried your version, but the tests are failing.
any advice?
Any update on this?
Try to add paths
to your tsconfig, for example:
"compilerOptions": {
"paths": {
"ngx-zendesk-webwidget": ["node_modules/@nitsanzo/ngx-zendesk-webwidget"]
}
then use the original import, for example:
import { NgxZendeskWebwidgetService } from 'ngx-zendesk-webwidget';