Angular v12.1 enables opt-in usage of the file system cache!
Add `NG_PERSISTENT_BUILD_CACHE=1` to any ng command to:
🧨 Turn on persistent build cache
♻️ Improve the build by caching build results on disk and re-use the result for future builds
ALT NG_PERSISTENT_BUILD_CACHE=1 ng serve