Nitsan Zohar

Results 5 comments of Nitsan Zohar

I have managed to use bing with Partytown! (didn't check the events yet, but I don't have errors) You need to: 1. add to partytown config: `globalFns: ['UET']` 2. add...

You can use my npm package: `npm i @nitsanzo/ngx-zendesk-webwidget` https://www.npmjs.com/package/@nitsanzo/ngx-zendesk-webwidget

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...

You can use my packages: `npm install @nitsanzo/ngx-zendesk-webwidget@15` see it here: https://www.npmjs.com/package/@nitsanzo/ngx-zendesk-webwidget