I'm asking this question because the app we're building right now is awfully slow , although we're not doing crazy things !.
Just a simple multi step form with lets say 20 fields. The app is extremely slow , specially on scroll I can visually see the lagging . All the components are bespoke and custom, so we're not using any third party library.
I tried to make all the components to be encapsulation:ViewEncapsulation.None , I cannot 100% say that this fixed the issue , but it definitely made it a little smooth.
Is there anyone with good experience on this ?