Angular new Ivy render engine compatibility
See original GitHub issueHi 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:
- Created 4 years ago
- Reactions:11
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be fixed in Angular ngcc via https://github.com/angular/angular/pull/31411
Any news on this??? Really want to use Ivy