I just confuse since I moving from other framework and came from javascript language to angular & typescript to share the data / value between components
How you reach the data using @Input, you can check this
If you want to trigger a function using @Output, you can check this
Also, you can use BehavioSubject for streaming data. You can check this