I have a textarea in the first page and when i go to next page i need this value to show in a notepad component that is shared in the next pages but at the same time i need
You can use @Input
decorator if there is parent child relationship between components. Else make use of Services
or BehaviourSubject
. These are the following approaches based on priority: