Base solution for your next web application
Open Closed

Share Data Between Components #6290


User avatar
0
maharatha created

I have created 3 components Component A Component B and Component C. Component A & B are placed in Component C.

Component A is a File Upload Control {Ng-FileUpload" and Component B is a dynamic form.

I would like to pass data from Coponent B to Component A while uploading the file.

Any suggestion to do it the right way ?


2 Answer(s)
  • User Avatar
    0
    GSOFT created

    You should follow these keywords "EventMitter" or "Sharing data between component use service"

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @maharatha

    I think there is no special thing about AspNet Zero on this issue. I think you will find best approach on the web.