SyntaxFix
Write A Post
Hire A Developer
Questions
Regex for replacing all via IDEA (tested with Webstorm)
Find: \@ViewChild\('(.*)'\)
\@ViewChild\('(.*)'\)
Replace: \@ViewChild\('$1', \{static: true\}\)
\@ViewChild\('$1', \{static: true\}\)