ngx-translate-lint icon indicating copy to clipboard operation
ngx-translate-lint copied to clipboard

Found too many zombies in the new Angular 17 control flow

Open pingouin-creation opened this issue 1 year ago • 0 comments

Bug report

Describe the bug

The linter still works, but all keys inside a @if or @for ( or other @...) block are considered zombie keys.

To Reproduce

Steps to reproduce the behavior:

  • Create an angular 17 project, with ngx-translate
  • on the template put @if and inside its block enter a key
  • run the linter

pingouin-creation avatar Jan 24 '24 17:01 pingouin-creation