Questions tagged [subcomponent]

18 questions
0
votes
1 answer

one object if injected into 2 subcomponents under same custom scope, every time new instance is created of that object

one object if injected into 2 subcomponents under same custom scope, every time new instance is created of that object. I want same instance to be passed to all subcomponents this is the module @CustomScope @Module public class EventBusModule { …
0
votes
1 answer

HL7 Encoding/Separator Characters

In regards to HL7 pipe-delimited data, how exactly do the encoding characters (|^~\&) work? Is the following example of fields, field repetitions, components and their sub-components correct when parsing raw HL7 data?…
Reynel
  • 43
  • 4
-1
votes
1 answer

using React hooks in hierarchy

I am new in react and have developed quite few functional components in my new react app that are getting called in loops. One of child component, renders radio button. On selecting the option of radio button, I need to call webapi and update the…
Joey J
  • 1
  • 2
1
2