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))
)
)
very usefull link to verify ai content https://www.youtube.com/watch?v=pULGt0Rme58 Click
No comments:
Post a Comment