Angular - Advanced Patterns
You need to design a facade service that merges user profile data from UserService and application preferences from PreferencesService. Which implementation best follows the facade pattern?
You need to design a facade service that merges user profile data from UserService and application preferences from PreferencesService. Which implementation best follows the facade pattern?
combineLatest from both services. uses combineLatest to merge observables, fitting the facade pattern.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions