share child component to parent component in angular 4
Answers
Answered by
0
This article is written for Angular 2+. At the time of writing the latest version was Angular 4.It’s written for beginners — if you are an advanced or intermediate Angular developer you probably already know all these techniques.
Edit: Although, the title of this article is a bit misleading because we do not really want to communicate between components directly. Our components should be isolated and encapsulated. I chose this title because I think developers struggling with this will be googling it this way.
Similar questions