I have a problem where my view will not change when I update my variable in my observable subscription. I am trying to show a loading spinner while I wait for a response fro
if you are using it in expression *ngIf remember *ngIf = false will not work as expression you need to add
*ngIf
*ngIf = false