In userdata I have got firstname , lastname.... So I want to bind firstname in homecomponent.html, so how can I bind it in html template ?
export class HomeComponent {
constructor(private authenticationService : AuthenticationService) {
userdata=this.authenticationService.user_data;
}
}
userdatahave you tried to console it? If yes then what is it?