cannot serve app with Ivy
See original GitHub issueIt seems that this piece of code cannot be used with Ivy
// custom templates @ContentChild(TemplateRef) @Input() itemTemplate: TemplateRef<any>; @Input() notFoundTemplate: TemplateRef<any>;
As I’m getting the following error message
Cannot combine @Input decorators with query decorators
Need help on this part.
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (2 by maintainers)
Top Results From Across the Web
[Ivy Mode] "ng build" and "ng serve" error under Ivy ... - GitHub
app.json my app can build prod and serve like a normal, but if I enable "enableIvy" I can not serve or build with...
Read more >Can't compile the Angular application with Ivy enabled
I cloned my angular application from remote and installed the dependencies. Then I tried to build an application locally using ng serve ......
Read more >Angular Ivy
Ivy is the code name for Angular's next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and...
Read more >A quick intro to Angular Ivy | Abitrarily Idiosyncratic Randomness
As a platform independent framework, can we run application without platform specific code? The answer is NO, of course. Ivy just inlines ...
Read more >Lazy loading Angular modules with Ivy - InDepth.Dev
Running the code at this point gives an error that Angular cannot find a provider for that service. Note that as the code...
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 Free
Top 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

Hello, I will update the library on Angular 9 as soon as possible. Thank you! ❤️
I get the same error after updating to v9 with Ivy.