To disable the cache in Angular
xxxxxxxxxx
// cache information use this command in angular root project
ng cache info
// disable cache use this command in angular root project
ng cache off
// enable cache use this command in angular root project
ng cache on