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 for Angular 6

See original GitHub issue

I am struggling to get this library to work in my Angular 6 project. I have spun up a brand new project with the CLI and followed the installation steps and it is giving this error (I can upload the repo if it will help):

Error: StaticInjectorError(AppModule)[AppComponent -> t]: 
  StaticInjectorError(Platform: core)[AppComponent -> t]: 
    NullInjectorError: No provider for t!
    at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get (core.js:1060)
    at resolveToken (core.js:1298)
    at tryResolveToken (core.js:1242)
    at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (core.js:1139)
    at resolveToken (core.js:1298)
    at tryResolveToken (core.js:1242)
    at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (core.js:1139)
    at resolveNgModuleDep (core.js:8377)
    at NgModuleRef_.push../node_modules/@angular/core/fesm5/core.js.NgModuleRef_.get (core.js:9065)
    at resolveDep (core.js:9430)

Is Angular 6 supported at all, or are there plans to support it in the near future?

Thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
tnicolacommented, Aug 15, 2018

A new version 2.1.0 with Angular 6 support has been published. No breaking changes have been introduced! Thanks to @artemkosenko for his contribute.

1reaction
artemkosenkocommented, Aug 13, 2018

@geokaf2 See this fork https://github.com/artemkosenko/ngx-joyride rxjs 6 is used. No need for rxjs-compat.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported ... A major release every 6 months; 1-3 minor releases for each...
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 6 - Overview
Updated CDK, Component Development Kit − Supports creating custom UI elements without need of angular material library. Supports responsive web design layouts. ...
Read more >
Angular 6 vs Angular 7 vs Angular 8 vs Angular 9
In this article, we are comparing Angular 6 vs Angular 7 vs ... ng-add / ng-update, Angular Compiler, Support for Node 10, i18n...
Read more >
Angular 6: Upgrading & Summary of New Features
If your app depends on packages that have a peerDependency to Angular 5 you'll have to wait until the package is updated to...
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