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

ngx-zendesk-webwidget based on angular-zendesk-widget

Results 29 ngx-zendesk-webwidget issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.9.6 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

Doesn't seem to be any breaking changes. Tested locally, seems to work.

We have been using this in our .NET project `` In migrating this .NET project to Angular, I don't see any place to specify `key=UUIDValue` BTW, this is how it...

Hey there, I'm trying to use this module as part of an Angular 12 project. Sadly, version 3 of `ngx-zendesk-webwidget` does not support Angular versions lower than 12, as declared...

i tried to use it like this: ` this._NgxZendeskWebwidgetService.zE({ search: 'sendung' }); ` or like this: ` this._NgxZendeskWebwidgetService.zE('webWidget', 'setHelpCenterSuggestions', { search: 'refund' } }); ` and none of these seem...

How can I set zESettings? I have tried: `this.ngxZendeskWebwidgetService.zE('webWidget', 'updateSettings',{ offset: { horizontal: '100px', vertical: '150px' }});`

Hello everyone , i would like to know how could i set the settings of webWidget in the Ts File as in the older versions it was possible to use...