[name].[structure].[file-extension]
custumer.component.ts
public result;
ngOnInit() {
this.http.get('').subscribe(result => {
this.result = result;
})
}
public result$;
ngOnInit() {
this.result$ = this.http.get('');
}
<p>{{result$ | async}}</p>
We save your email address, your name and your profile picture on our servers when you sing in. Read more in our Privacy Policy.