I have some questions about vs 2015, reshaper 10 and angular 2.
- Is there syntax highlighting support for html markup in a ts file for visual studio 2015 or in resharper 10?
For example, when I use a multi-line string in the 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 the html file show studio visual errors in the markup . How to solve this problem. It annoys him.
I would like to have intellisense support for ng2 in html. I tried to find the aby resharper plugin, but to no avail.
angular syntax-highlighting visual-studio-2015 typescript
rco
source share