Lightning Web Components: Communicating from Parent to Child Component in LWC

Поділитися
Вставка
  • Опубліковано 28 лип 2024
  • Lightning Web Components: Communicating from Parent to Child Component in LWC | Calling Child component method | PAssing parameters to child component
    In this Video We discuss how we can communicate from parent component to child component.
    There are two ways by which we can achieve this:
    By Passing properties values.
    Calling Child API Methods.
    Visit knowledgepredator.com for more posts on Salesforce.

КОМЕНТАРІ • 35

  • @tushikagupta7190
    @tushikagupta7190 3 роки тому +13

    How can people dislike his videos? I mean he makes the content so easy to understand. Please keep your good work on. I am sure your channel would be popular soon.

    • @hcpandey4118
      @hcpandey4118 3 роки тому

      ꜰᴜʀ

    • @smitsism
      @smitsism 2 місяці тому

      EXACTLY ...i always come back here

  • @chithraprakash2271
    @chithraprakash2271 2 роки тому +1

    Thank you so much for another great video. It is nice that you are showing all the concepts in the slides that related to the topic. Very helpful video. Wonderful teaching

  • @sachinpradhan7519
    @sachinpradhan7519 3 роки тому +2

    love the way he explained the concept

  • @rohantelang1817
    @rohantelang1817 2 роки тому +1

    I don't know why this channel is so underrated??? This channel has to grow.... Very beautiful and best content 👌👌👌👌

  • @sudhavijayan2073
    @sudhavijayan2073 2 роки тому

    Thank u so much. This is the one channel cleared me parent to child data transfer ......... neat presentation

  • @sangeeraj6307
    @sangeeraj6307 3 роки тому +1

    Really Awesome and keep Uploading more videos and help us to gain best practices on LWC...
    Thanks

  • @swathikumar3074
    @swathikumar3074 4 роки тому +2

    ur videos are simply awesome to understand thank you so much for sharing knowledge

  • @shreyaraut9270
    @shreyaraut9270 2 роки тому +1

    Thanks for sharing your knowledge 🙂

  • @praneshvaidya8627
    @praneshvaidya8627 2 роки тому +1

    Very good explanation!! Easy to understand!

  • @deekshashetty3343
    @deekshashetty3343 3 роки тому

    Informative!!

  • @ROADROAMR
    @ROADROAMR 3 роки тому +1

    why did you stopped making videos, we need people like you

    • @SALESFORCEPREDATOR
      @SALESFORCEPREDATOR  3 роки тому

      Thank you Shivam.I will try to add more videos whenever possible :)

  • @chithraprakash8392
    @chithraprakash8392 2 роки тому

    Please upload more videos like this

  • @chanchala7236
    @chanchala7236 Рік тому

    Tq bro

  • @kallurma
    @kallurma 2 роки тому

    Thank you for sharing your knowledge. Please help on this
    I have scenario like
    Quote(Parent)associated object Quote1(child) . I had overriden child(Quote1) "new" Button in aura(inside calling LWC) . When I'll create record in Quote1 object I want to display parent object details(Readonly), because I had create formula fields in Quote1 along with I need to give input other fields how to achieve this scenario.

  • @MuraliKrishna-tq9xr
    @MuraliKrishna-tq9xr 3 роки тому +1

    Excellent learning tutorial for Beginners .. like me ...one doubt , where you are mentioned child and parent relation,? is this example being applicable for "parent to child communications "or "two component communications" ?

  • @Justanaccount
    @Justanaccount 2 роки тому

    Can you make a video where I can pass dynamic data from a Parent Aura component to the Child LWC component?

  • @BoomcoreIsLive
    @BoomcoreIsLive 3 роки тому +1

    Please tell me why does the childVideo component not shown up in the custom tab when editing the homepage?

  • @sakshamahajan117
    @sakshamahajan117 2 роки тому

    How is title of child component showing in org when you are dragging parent component on homepage? You did not include the Child Component title in parent component html file. Please, clarify my doubt.

  • @SpandanBhatt1985
    @SpandanBhatt1985 8 місяців тому

    Please use mic to record the audio... audio is feeble. Content is very helpful though.

  • @Indira570
    @Indira570 4 роки тому

    I am executing same code,i got an error in parentcomponent.js file
    .no module named markup:/c:childcomponent found:(markup://c:parentcomponent)

    • @SALESFORCEPREDATOR
      @SALESFORCEPREDATOR  4 роки тому +1

      @indu Which part you are executing ? For pasisng parameters or calling childcomponents method?
      1.Also check the syntax while using child component inside parent component.
      2.If you are using inside lightning experience check for is exposed paramter inside meta file, it should be true

    • @Indira570
      @Indira570 4 роки тому

      @@SALESFORCEPREDATOR
      Thank you sir...it's working now

    • @Indira570
      @Indira570 4 роки тому

      @@SALESFORCEPREDATOR I am a fresher.I like ur explanation sir.How can I reach you,when I have a doubt in lwc?
      Can you give me your email id?

    • @SALESFORCEPREDATOR
      @SALESFORCEPREDATOR  4 роки тому

      @@Indira570 Sure. You can connect me at salesforcepredator@gmail.com

  • @OutsideVibe
    @OutsideVibe 2 роки тому

    child sends 'first value' but parent component writes 'second'/ where is first value?