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.

cannot serve app with Ivy

See original GitHub issue

It 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
gmerabishvilicommented, Feb 12, 2020

Hello, I will update the library on Angular 9 as soon as possible. Thank you! ❤️

4reactions
uplink42commented, Feb 10, 2020

I get the same error after updating to v9 with Ivy.

Read more comments on GitHub >

github_iconTop 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 >

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