due to promise in console value not printed. below issue we getting.
i used to resolve using promise.
to print use then
instead of this
this.userdata.get();
use below then;
this.userdata.get()
.then( res =>
alert(console.log(res))
)
)
There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...
No comments:
Post a Comment