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 new Ivy render engine compatibility

See original GitHub issue

Hi mate,

if i enable ivy engine i get this error when try to compile.

ERROR in There is no typings path for TreeNodeWrapperComponent in C:/Users/.../node_modules/angular-tree-component/dist/components/tree-node-wrapper.component.d.ts.
We need to add an export for this class to a .d.ts typings file because Angular compiler needs to be able to reference this class in compiled code, such as templates.
The simplest fix for this is to ensure that this class is exported from the package's entry-point.

I’m using last angular-tree-component release

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:11
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
petebacondarwincommented, Jul 3, 2019

This should be fixed in Angular ngcc via https://github.com/angular/angular/pull/31411

3reactions
Gillardocommented, Jun 19, 2019

Any news on this??? Really want to use Ivy

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Ivy
Ivy applications can be built with libraries that were created with the View Engine compiler. This compatibility is provided by a tool known...
Read more >
All About Angular Engine Ivy in 5 mins
The Angular compatibility compiler will upgrade View Engine-compatible libraries to Ivy when installed in an Angular Ivy application project.
Read more >
What Is Angular Ivy and Why Is It Awesome? - Okta Developer
Ivy is a complete rewrite of Angular's rendering engine. In fact, it is the fourth rewrite of the engine and the third since...
Read more >
Angular v12 Released, Transitions to Ivy Rendering Engine
Angular 12 components now support inline Sass in the styles field of the @Component decorator. The feature needs to be enabled in the...
Read more >
A Detailed Guide on Angular Engine Ivy - iFour Technolab
Angular Ivy is the latest compiler for angular application and a pipeline of rendering and compilation of next generation.
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