Coder Social home page Coder Social logo

naimmalek / an-qrcode Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 2.0 2.08 MB

an-qrcode Angular6+ QRCode generator lightweight library

Home Page: https://naimmalek.github.io/an-qrcode-sample-app/

JavaScript 84.55% TypeScript 14.60% HTML 0.73% CSS 0.13%
qrcode angular9 qrcode-generator lightweight-framework npm-package npm angular10 ngqrcode ng-qrcode angular11

an-qrcode's Introduction

Hey there, I'm Naim! ๐Ÿ‘จโ€๐Ÿ’ป


โšก Hi, I'm Naim Malek, a Full-Stack Engineer ๐Ÿš€.



an-qrcode's People

Contributors

dependabot[bot] avatar naimmalek avatar whyboris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

an-qrcode's Issues

get data image

Thanks for proyect.

i would like know how get data base64 result of image

Thanks.

error in an-qrcode.module.d.ts:1:22 when add AnQrcodeModule to my appModule

ERROR in node_modules/an-qrcode/lib/an-qrcode.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (an-qrcode) which declares AnQrcodeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version

of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

Angular 11 support

Hello,
Is this repo actively maintained? I need to upgrade to Angular 11 and the only package in my dependencies that's blocking me is this one. Any plans to update soon?
Thanks a lot.

Console log this.result

AnQrcodeComponent has inside the ngOnInit an console.log
console.log("this.result", this.result);
Could this be removed, or behind a debug statement?
Try to keep my console clean

Release 1.1.0 still not compatible with Angular 17

โค๏ธ Thank you for updating your repository to work with Angular 17 ๐Ÿš€
๐Ÿ˜“ unfortunately the published npm package (version 1.1.0) fails installation into an Angular 17 project:

npm ERR! peer @angular/common@">= 6.0.0 < 9.0.6" from [email protected]
npm ERR! node_modules/an-qrcode
npm ERR!   an-qrcode@"1.1.0" from the root project

I think the fix is easy, so I created a PR: #32

The fix:

"peerDependencies": {
    "@angular/common": ">= 6.0.0 < 18.0.0",

remove console.log

Please remove debug console log from:
class AnQrcodeComponent

ngOnInit()
console.log("this.result", this.result);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.