ngx-zendesk-webwidget icon indicating copy to clipboard operation
ngx-zendesk-webwidget copied to clipboard

Angular 14 Support

Open nitsan opened this issue 2 years ago • 4 comments

We need support for Angular 14, is that possible?

nitsan avatar Oct 31 '22 18:10 nitsan

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

nitsan avatar Nov 22 '22 14:11 nitsan

Hey @nitsan tried your version, but the tests are failing. any advice? Screenshot 2023-01-16 at 17 26 28

luluanacarla avatar Jan 16 '23 17:01 luluanacarla

Any update on this?

keqhash avatar Feb 26 '23 10:02 keqhash

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';

nitsan avatar Mar 10 '23 13:03 nitsan