>PROBLEM
Suddenly, the angular project fails rendering some elements, like dropdowns, editors, and they disappear or stops working.
>SOLUTION
1. Stop the app.
2. Clean the cache:
Linux:
$ANGULAR_PROJECT/modules/setget-ax/ramnode1/.angular/cache/$VERSION/angular-webpack/*
$ANGULAR_PROJECT/drillback/modules/setget-ax/ramnode1/.angular/cache/$VERSION/babel-webpack/*
Example:
rm -Rf $ANGULAR_PROJECT/drillback/modules/setget-ax/ramnode1/.angular/cache/13.3.10/babel-webpack/*
Windows using CygWin
rm -Rf $ANGULAR_PROJECT\modules\setget-ax\ramnode1\.angular\cache\$VERSION\angular-webpack\*
rm -Rf $ANGULAR_PROJECT\drillback\modules\setget-ax\ramnode1\.angular\cache\$VERSION\babel-webpack
3. Restart the app
*** ADDITIONAL NOTES:
1. Instead of deleting the cache, you may move to a temporary folder just in case of rollback.
2. Sometimes, if a widget freezes, it may be a browser issue.
Before cleaning the cash, try to close the browser and make sure that there are no remaining threads.
Use tasklist (Windows) or ps aux (Linux).
Reopen the browser and test again.
3. Sometimes, Windows may get unstable, mostly after a system update.
Restart Windows.
Yeh! It may be strange, but it happened to me sometimes that just rebooting Windows solved the issue.
>ENV
[MYREF]:
y;faq-angular fails rendering elements (dropdowns, edtitor, etc.)<memo<angular;.