Open mikemill opened 5 years ago
For Angular projects there can be input binding using [attr]. These should match attr when determing if the attribute is present.
Example: img([src]="link.logo", [alt]="link.alttext")
img([src]="link.logo", [alt]="link.alttext")
For Angular projects there can be input binding using [attr]. These should match attr when determing if the attribute is present.
Example:
img([src]="link.logo", [alt]="link.alttext")