Angular what's the best way to switch states in html display
Having to decide on two different approaches for dealing with component view between loading. By "best way" I'm talking about performance, UI less blinking (less DOM renderizations), whatever you know. Option 1: Use loading variable to hide content while not…