Component Communication with Signals
摘要
As applications grow, state and logic often need to be shared between components: parents and children, siblings, or deeply nested views. In traditional Angular applications, this has typically involved @Input(), @Output(), shared services, or EventEmitter.