AngularJS 1.x has ngCloak directive, which is used to prevent the Angular html template from being briefly displayed by the browser in its raw (uncompiled) form.
Doe
You can prevent rendering of html by using *ngIf until the corresponding object is loaded:
<>....>