You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<app-my #my></app-my> and <div [class.test]="expression"></div> and <button (click)="fun()"></button> and <input [(value)]="data"></input>.
All above binding are highlighted as errors on GitLab which uses rouge as far as I know.
Sorry, if it's my fault, and I only need some additional angularx configuration, but I couldn't find any syntax hightlight for angular2+ on README etc.
EDIT:// And anyway seems like [value]="exp" and so are valid html tags :)
The text was updated successfully, but these errors were encountered:
I would loved to see this fixed. We're using Angular for a big project at my company and Gitlab's failing to diff angular templates is a nuisance and an impediment to progress.
Maybe an Angular team engineer would be interesting in help out?
<app-my #my></app-my>
and<div [class.test]="expression"></div>
and<button (click)="fun()"></button>
and<input [(value)]="data"></input>
.All above binding are highlighted as errors on GitLab which uses rouge as far as I know.
Sorry, if it's my fault, and I only need some additional angularx configuration, but I couldn't find any syntax hightlight for angular2+ on README etc.
EDIT:// And anyway seems like
[value]="exp"
and so are valid html tags :)The text was updated successfully, but these errors were encountered: