biesbjerg / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
524 stars 196 forks source link

Enable pipes as arguments on function calls #233

Closed jabiinfante closed 3 years ago

jabiinfante commented 3 years ago

We have found an use case where translate pipes were not being extracted when switching to versión 7.x

<strong>{{ call('SOME.LITERAL' | translate) }}</strong>
biesbjerg commented 3 years ago

Thanks!