These are a few essential hacks that can help to significantly improve the Angular app performance :
1) Using AoT Compilation.
2) Using OnPush Change Detection Strategy.
3) Using Pure Pipes.
4) Unsubscribe from Observables
5) Lazy Loading.
6) Use trackBy option for For Loop.
7) Usage of Web Workers.