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.

Angular 6 support

See original GitHub issue

I’m submitting a … (check one with “x”)

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here

Opening up the ticket since i didnt see it anywhere just as a placeholder 😄

Current behavior

Since angular 6 started using rxjs 6… there are some breaking changes on how to import Observables and what not.

e.g. Before:

import { Observable } from 'rxjs/Observable'; 

After:

import { Observable } from `rxjs`; 

Expected behavior

Should work with angular 6, since this is a show stopper when upgrading. Thanks in advance!

  • Angular version: 6.0.0 (rxjs 6.0.0)

Issue Analytics

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

github_iconTop GitHub Comments

7reactions
amcdnlcommented, Apr 6, 2018

They work w/ NG6, u just needd to run compat.

0reactions
marjan-georgievcommented, May 8, 2018

Released in 8.0.0

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 - endoflife.date
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 (web framework) - Wikipedia
Angular is a TypeScript-based, free and open-source web application framework led by the Angular Team at Google and by a community of individuals...
Read more >
Angular 6 - Overview
Angular 6 is almost the same as Angular 5. It has a backward compatibility with Angular 5. Projects developed in Angular 5 will...
Read more >
Angular Version List & History – Angular 2,4,5,6,7,8 - Guru99
History of Angular Versions · Angular version 1.0, which is known as AngularJS, was released in 2010 by Google · Angular version 2.0...
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