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
Could not find implementations for the following rules specified in the configuration:
template-accessibility-elements-content
using the following tslint.json:
"template-accessibility-alt-text": true,
// not found in 5.0.0-beta.2"template-accessibility-elements-content": true,
"template-accessibility-label-for": true,
"template-accessibility-tabindex-no-positive": true,
"template-accessibility-valid-aria": true,
Using
5.0.0-beta.2
, I've got the following error:using the following
tslint.json
:Note that the other rules are found, so I may be missing something, but I think the name is correct (see https://github.com/mgechev/codelyzer/blob/master/src/templateAccessibilityElementsContentRule.ts#L44).
The error was already present in
beta.0
andbeta.1
.The text was updated successfully, but these errors were encountered: