Reputation: 4642
IntelliJ 2017.1 doesn't seem to support the * syntax for HTML files with Angular 2. It seems that the autocompletion only suggest the template syntax (without the star).
Furthermore, the star syntax is marked as invalid with the following warning:
Attribute *ngSwitchCase is not allowed here
Is there a way to make IntelliJ accept that syntax? I already installed AngularJS plugin, but it doesn't seem to be enough. Plus, it used to work with IntelliJ 2016.3.
Upvotes: 1
Views: 466