Accessing context$ in a child component

I have a parent wrapper component that has two child components. I need to have access to the context in each child. Is there a service I can call to access the context? or do I have to pass it down from the parent with inputs?

What are you doing? Have you updating your angular code? Can you share the code here?

Hey I had a wrapper that lets yu view latest notes and create a note. I solved it by passing hte parent context$ through an input solved it. Its just working on understanding how the querying stuff works is what I a working on next.

I want to replicate the note create form logic into my own form.