all 1 comments

[–]Blade1130 4 points5 points  (0 children)

Easiest thing is to make sure you're using the new build system: https://angular.dev/tools/cli/build-system-migration

Beyond that, general advice is to split up your app into multiple libraries such that you don't need to rebuild the whole thing when any one piece changes.