ngx-kjua icon indicating copy to clipboard operation
ngx-kjua copied to clipboard

Angular QR-Code generator component using kjua.

Results 8 ngx-kjua issues
Sort by recently updated
recently updated
newest added

## Description After the update to `1.14.0` the `NgxKjuaComponent` throws the following error when it is been initialized / first called in our application (see Stacktrace for more details): `ERROR...

bug

was using this in angular 13 universal and this error occurred. Setup: ``

Trying out v2.0 but getting error with Angular v13.0.0 Error: src/app/components/qr-code/qr-code.component.html:4:7 - error NG8001: 'ngx-kjua' is not a known element: 1. If 'ngx-kjua' is an Angular component, then verify that...

bug

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Hi, First of all what a nice library you have here for angular. Im creating a qr code with vcf contact details. My image is base64 and its too long...

bug