1.

What is the use of subscribe in Angular 6?

Answer»

In Angular 6, the subscribe() is used as a METHOD in the Observable TYPE. This is a type that is used as a UTILITY for asynchronously and synchronously streaming data to a variety of COMPONENTS that have been subscribed to the observable.



Discussion

No Comment Found