1Mediumgeneralโฑ 45sWhat is the purpose of Angular's RxJS-based Observables in services like HttpClient?๐โผATo replace TypeScript entirelyBTo represent asynchronous streams of data (like HTTP responses) that can be composed with operators (map, filter, switchMap) and subscribed toCTo style components reactivelyDObservables are only used for routing