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
Also doesn't fail when accessing getters in a template.
@Component({template: '{{ two }}'})classTwoComponent{gettwo(){returnMath.sin(Math.PI/4)^2}}
rafaelss95
changed the title
no-template-call-expression: not reporting failures in specific cases
template-no-call-expression: not reporting failures in specific cases
Jun 4, 2020
Reproduction:
The text was updated successfully, but these errors were encountered: