13 Angular App Optimization Tips for Frontend Developersby@angrynerds
2,848 reads

13 Angular App Optimization Tips for Frontend Developers

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app. Each part of the application should be minified before deploying to the production stage. Pure pipes instead of functions/getters in templates should always return the same output. Async pipe allows subscribing to Observable directly from the template. Unsubscribing a Subscription is a good way to avoid memory leaks in our application. All you need to do is provide a simple configuration based on your application needs.

Company Mentioned

Mention Thumbnail
featured image - 13 Angular App Optimization Tips for Frontend Developers
angrynerds HackerNoon profile picture

@angrynerds

angrynerds

Born in 2015 with a team of more than 100+ professionals, Angry Nerds is a custom software solutions provider.


Receive Stories from @angrynerds

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!