I am not able to pass the data from parent to child component or vice versa. I know this concept is simple but its the core part of angular. I am using VS code to develop the code. I tried in all the way actually. Please help me with this problem. Thanks in advance.
You're going to have provide some more context, maybe code snippets.
The one possible thing that I can think of is if you are doing any class inheritance (i.e. extending a component class with a subclass). Property decorators do not extend to subclasses so you would have to redefine them in the subclass.
Purvi Barot
Software Engineer
Hello,
here, is a useful link for you to learn how to pass data from parent to child component and visa- versa.
tektutorialshub.com/angular/angular-pass-data-to-…