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.

Support Angular 6?

See original GitHub issue

It seams that only change one line can make it work with angular6 / rxjs6

In zxing-ngx-scanner.js Change

 import { BehaviorSubject } from 'rxjs/BehaviorSubject';

to

 import { BehaviorSubject } from 'rxjs';

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ajaxsyscommented, Jun 20, 2018

Thanks for your answer. Waiting for v1.2.0.

0reactions
odahcamcommented, Jun 29, 2018

We’re working to release it ASAP.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
All major releases are typically supported for 18 months. Support stage, Support Timing, Details. Active, 6 months, Regularly-scheduled updates and patches are ...
Read more >
Angular
Release Released Active Support 15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M... 14 (...
Read more >
Angular 6 - Overview
Supports responsive web design layouts. Supports overlay packages to create pop-ups.
Read more >
Angular 6 vs Angular 7 vs Angular 8 vs Angular 9
Angular (version 2 +), originally released in September 2016, is a complete rewrite of AngularJS. The latest major release is version 8 at...
Read more >
Building A PWA Using Angular 6
A service worker is a feature that's available on modern browsers which can be used as a network proxy that lets your 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