Angular 9 bug
See original GitHub issueHello, When I updated my angular version to 9 I’m having this error:
ERROR in Failed to compile entry-point angular-ng-autocomplete (es2015 as esm2015) due to compilation errors:
node_modules/angular-ng-autocomplete/fesm2015/angular-ng-autocomplete.js:949:20 - error NG1006: Cannot combine @Input decorators with query decorators
Thank you
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
attending the angular 9 bug by sittingbool · Pull Request #49 - GitHub
attending the angular 9 bug #49. Open. sittingbool wants to merge 4 commits into MikaAK:master. base: master. Choose a base branch. Branches
Read more >Angular 9 Animations Bug - StackBlitz
Starter project for Angular apps that exports to the Angular CLI.
Read more >Angular 9 *ngIf bug - typescript - Stack Overflow
I have an Angular 9 project. I have a component and it has a boolean property. I use it to display either one...
Read more >4 Common Bugs in Angular (and How to Fix Them) - DZone
1. Confusion in Terminology · 2. Using Modules Incorrectly · 3. Improper Naming · 4. Directly Mutating the DOM.
Read more >On the way to Angular 9: Not only bug fixes in Angular 8.1
Although there is no specific information about Angular 9 yet, the work on the popular web framework continues, of course, despite the ...
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, The library is upgraded to Angular 9 : ) You can install latest 2.0.1 version. Thank you!
@gmerabishvili Thank you