How to pass value from one component to another in angular 6
Answers
Answered by
1
Directive and component instances have a lifecycle as Angular creates, updates, and destroys them. Developers can tap into key moments in that lifecycle by implementing one or more of the lifecycle hook interfaces in the Angular core library. No directive or component will implement all of the lifecycle hooks.
Answered by
0
Answer:
It is used to pass the value of one component to the another in angular in the attachment
Similar questions