Stop Calling Functions in Angular Templates — It’s Slower Than You Think
📰 Dev.to · Mridu Dixit
Calling functions in Angular templates looks clean: <p>{{ getFullName() }}</p> ...
Calling functions in Angular templates looks clean: <p>{{ getFullName() }}</p> ...