It’s ok to use function calls in Angular templates!
CRANK

“You should never use function calls on Angular templates!” — That’s what you will see all over the internet! And I’m here to prove you…

itnext.io
Related Topics: Angular
1 comments
  • テンプレート内で関数を呼び出すよりもパイプが推奨されるのはpureなパイプが自動的にメモ化されるためであり、自分でメモ化していれば関数呼び出しでも同じく効果的だという話。