10) Input and Output decorator | Pass data between parent and child | Code Nanban

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 33

  • @manojjohnmanuel9580
    @manojjohnmanuel9580 3 роки тому +3

    Get Addicted to your tutorial flow, bro.
    Keep posting on Protractor, Gulp, Grunt, Jasmine also bro.

  • @mohanprasathr1483
    @mohanprasathr1483 5 років тому +4

    wow! clear explanation bro... keep posting more concepts in angular on regular basis.

    • @CodeNanban
      @CodeNanban  5 років тому +2

      sure. thank you for your comment

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

    Thanks a lot for your informative video's on Angular. Really appreciate your time & effort. Please keep uploading more videos bro..!

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

    good explanation bro.But I need to know what is the use of input output in realtime projects.Kindly explain

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

    super ji, mass ..

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

    You are using both @Input() and @Output() from a single component to other but both are sending the data's vice versa(i.e Parent to Child and Child to Parent). Can you please comment on this?

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

    waiting for further..

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

    Sir, Please explain about the router-outlet tag in the app component html

  • @vasanthapandiyanm2405
    @vasanthapandiyanm2405 5 років тому +1

    bro actually you are not set any value via @input() then how it is displayed as Hello Angular!

    • @CodeNanban
      @CodeNanban  5 років тому

      I have answered your question in the first 5 min of this video. Please check.
      ua-cam.com/video/KFg9tMvOoB8/v-deo.html

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

      @@CodeNanban.

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

    I have a bug in my angular app it'd great if you could help me. Do you have an email id I can contact to? Nandri

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

    How can i pass data from table to form on buttonclick (edit) using id on angular...can anyone help on it?

  • @mohanprasathr1483
    @mohanprasathr1483 5 років тому +2

    how to identify whether the component is parent or child?

    • @CodeNanban
      @CodeNanban  5 років тому +1

      If you place a component inside another component's html, then the one which is placed becomes child and the one in which you placed becomes parent.
      Ex:
      Testing
      Here Header is a Child and Layout is the Parent Component.

    • @vasanthapandiyanm2405
      @vasanthapandiyanm2405 5 років тому

      @@CodeNanban not able to understand. Could you please elaborate...

    • @CodeNanban
      @CodeNanban  5 років тому

      Please check first 5 min of this video, I have answered your question.
      ua-cam.com/video/KFg9tMvOoB8/v-deo.html

  • @Hikermacho-nu5wc
    @Hikermacho-nu5wc Рік тому

    bro konjam purichika kastam ma eruku

  • @rajeenthiranthangenthiran6179
    @rajeenthiranthangenthiran6179 5 років тому +2

    Bro plz upload nxt videos bro

  • @yokeshvaran469
    @yokeshvaran469 5 років тому

    bro in case sibling components, how to pass the data

    • @CodeNanban
      @CodeNanban  5 років тому

      You can use Observable or Service to pass data between any 2 components, whether its sibling or parent - child or any relation.
      Another way is you can pass data from one sibling component to common parent and pass the data to other sibling component from the parent.

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

    Bro Angular Design Pattern can u pls explain

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

    How to pass data from child to child?

  • @vaishaliramasamy5723
    @vaishaliramasamy5723 5 років тому

    how to pass data parent to siblings ? explain

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

    need lazy loading deep expl!!

  • @rajeenthiranthangenthiran6179
    @rajeenthiranthangenthiran6179 5 років тому +1

    Bro plz uplalod angular videos

    • @CodeNanban
      @CodeNanban  5 років тому

      Sure bro.. I was on vacation.. will upload

  • @SagarYadav-ed5jd
    @SagarYadav-ed5jd 4 роки тому

    It's confusing bro.