call function before another on ngOnInit angular

337 Views Asked by At

I want to call a function ta know the response data before calling the second function,this is in the same ngOnInit for angular project.Because I want to work with the response of the first function for the second function

0

There are 0 best solutions below