question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@zxing/ngx-scanner/zxing-ngx-scanner"' has no exported member 'NgxZxingComponent'.

See original GitHub issue

Hello,

I tried to implemented the exemple as describe on the github page (https://embed.plnkr.co/MN4riU/). But I always got the same probleme with my app.component.ts page, at the line: import { NgxZxingComponent } from '@zxing/ngx-scanner';

Error: /@zxing/ngx-scanner/zxing-ngx-scanner"' has no exported member 'NgxZxingComponent'.

Maybe someone already had this problem and fixed it 😃

thanks in advance

Jacques

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
andy82302commented, Jan 14, 2019

you must use import { ZXingScannerComponent } from ‘@zxing/ngx-scanner’;

not import { NgxZxingComponent } from ‘@zxing/ngx-scanner’; in angular6

0reactions
lock[bot]commented, Jan 14, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"echarts"' has no exported member named 'EChartOption'. Did ...
RIght now i went with import { EChartsOption } from 'echarts'; and removed @types/echarts library. And i can't change legend icon for the...
Read more >
Module '"react"' has no exported member 'useDeferredValue'.
Module '"react"' has no exported member 'useDeferredValue'. For some reason, I can't seem to use React 18 features in my react application?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found