From version 13.0.0 there will be a .angular folder generated in root which is ignored by git containing a cache folder which caches builds.
How can I remove (or clear) this cache?
From version 13.0.0 there will be a .angular folder generated in root which is ignored by git containing a cache folder which caches builds.
How can I remove (or clear) this cache?
Copyright © 2021 Jogjafile Inc.
You can configure caching options of cli in
angular.jsonfile. One of options iscachewhich gives you the option of disabling it.You can disable it by running this command too:
Update (10th, Aug 2022):
For Angular 14 and up, you can now clear, enable and disable cache config by running these commands:
clean
disable
enable
You can find out more about it in docs.