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 5

See original GitHub issue

I tried in Angular 5.0.0-rc.3 and I get an error the regarding the OpaqueToken export which is deprecated.

According to https://github.com/angular/angular/issues/14427 you may just need replace these with InjectionToken instead.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
cankayacancommented, Nov 2, 2017

https://github.com/cankayacan/ng5-dynamic-component-test

Getting this error:

Error: Unexpected value ‘[object Object]’ imported by the module ‘AppModule’. Please add a @NgModule annotation.

1reaction
shlomiassafcommented, Nov 6, 2017

I don’t know… They know about it so work is on way…

The issues are with tsickle mostly, not emitting the decorators… other then that you can AOT compile an app and it will work…

Since it’s one shot compile the data is kept

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
The following table provides the status for Angular versions under support. Version, Status, Released, Active ends, LTS ends. ^15.0.0, Active, 2022-11-18 ...
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 5 Tutorial: Guide to Your First Angular 5 App - Toptal
Build a notes application from scratch for your first Angular 5 app. Learn Angular CLI, use RxJS, implement Firebase as the back-end, and...
Read more >
Angular 5 Service Worker - Medium
Angular 5 has been released and the support for building Progressive Web Applications (PWA) with Service Workers has now been build into the...
Read more >
Angular Version List & History – Angular 2,4,5,6,7,8 - Guru99
Angular 4 is a web application framework for building JavaScript applications. It supports TypeScript, which compiles to JavaScript and displays ...
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