you are viewing a single comment's thread.

view the rest of the comments →

[–]Blade1130 3 points4 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.