Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to get .angular/cache folder back?

I was upgrading my angular project from v8 to v17. At the end of upgrade I found .angular folder and I’ve deleted the .angular folder from my project since my project compiling time has increased. Even after deleting .angular` folder, my project compiling time has remained same. But, in this process I lost the .angular/cache folder. I found that .angular/cache enhances the performance. Is there a way to get back the .angular/cache folder?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Try checking out the angular docs for ng cache

ENABLE

Enables disk cache for all projects in the workspace.

ng cache enable
ng cache on

Cache will get generated when you run the application (ng serve) command or npm run start!

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading