Home / Report Question

Q. Which method in Angular service is commonly used to share data across components?
  • A. Using a BehaviorSubject or Subject
  • B. Using ngOnInit
  • C. Using EventEmitter only
  • D. Using Renderer2