“.angular/cache” folder should be ignored by your version control system (git, svn etc…)
Example for git, add this line to .gitignore file
.angular/cache
(source : ng new command with @angular/cli v13)
“.angular/cache” folder should be ignored by your version control system (git, svn etc…)
Example for git, add this line to .gitignore file
.angular/cache
(source : ng new command with @angular/cli v13)