Component data transfer angular 6
Any way to Component data transfer from one to another or parent component to child components without using @output and @input in angular 6 please send any demo examples
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sivakumar KonetiPosted Jul 11, 2019, 12:00 AM
Sanjit Kumar SinghPosted Jul 10, 2019, 10:33 AM
Mohd KashifPosted Mar 11, 2019, 7:50 AM
Vivek KumarPosted Mar 8, 2019, 2:10 PM
Muthu KumarPosted Mar 8, 2019, 6:42 AM
Here i have posted answer related to you It's accepted answer,
https://stackoverflow.com/questions/46655954/passing-a-variable-between-two-components-without-inheritance-angular-2/46661346#46661346
Other way is use localStorage.
Abhishek MishraPosted Mar 8, 2019, 5:42 AM
You can transefer data between componet using following two ways
1. @Input , @Output parameter.
2. Shared service
Ketan MokariyaPosted Mar 8, 2019, 4:38 AM