I have several question about vs 2015, reshaper 10 and angular 2.
For example when I use multiline string in Component template.
@Component({
selector: "hello-world",
template: `
<ul>
<li *ngFor="#name of names">Hello {{name}}</li>
</ul>
`
})
When I use ng2 keywords such as #inputName, (click)="add(inputName)" in html file visual studio show errors in markup. Any way how to fix this problem. It’s annoying.
I would like have intellisense support for ng2 in html. I tried find aby resharper plugin but without success.
I just downloaded the latest version of ReSharper 10.1 EAP and it now has support for Angular 2 annotations.
I took a screenshot from my code window. Looks much better!
Unfortunately, it doesn't appear to support the binding tags and proper Intellisense in HTML template files yet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With