Angular Component Interaction - 13 - Output Decorator

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 47

  • @arsalankhan730
    @arsalankhan730 4 ปีที่แล้ว +4

    Crystal clear explanation. I have watched so many tutorials for this but no one explained in this way👍👍

  • @abhirammadhu2973
    @abhirammadhu2973 2 ปีที่แล้ว +4

    Explained like butter 🤩
    I can’t thank you enough 🙏🙏
    All other tutorials out there, they over complicate things.

  • @genewachtel5900
    @genewachtel5900 4 ปีที่แล้ว +2

    Great video! Struggled to understand this fully with the angular docs. This is so simple and clear i fully grasp now

  • @jssecrets
    @jssecrets 3 ปีที่แล้ว +2

    Thank you ma'! Probably one and only logical explanation of the @Output!

  • @bestrecipes3373
    @bestrecipes3373 3 ปีที่แล้ว

    the simplest explanation so far!! thank you!!!!

  • @swethagodi9649
    @swethagodi9649 4 ปีที่แล้ว +13

    Thank you so much for this video. I was really struggling to understand. This video helped me. Keep up the good work :)

  • @Script_Sage
    @Script_Sage 3 ปีที่แล้ว

    You deserve a salute man. I have watched many videos but your is crystal clear for me. Thankyou3000

  • @thaminduKavinda
    @thaminduKavinda 3 ปีที่แล้ว

    Short and Clear. Thanks

  • @lightyearahead
    @lightyearahead 3 ปีที่แล้ว +1

    You are gem!
    Thank you for these videos.

  • @lf00t
    @lf00t 6 หลายเดือนก่อน

    I understand the video, just one question I got that is -
    From the child class, if you want to call a method on the parent class, why not just pass the function into the child as an @Input parameter, and then call it from the child like that?
    Is this way using @Output and emit in any way superior?

  • @manasalakshmi666
    @manasalakshmi666 3 ปีที่แล้ว

    Crystal clear explaination!...thank you

  • @sachindeshmukh5442
    @sachindeshmukh5442 5 ปีที่แล้ว +1

    Instead of if we use router outlet, will it work or we need to change the code?

  • @jorgecowko
    @jorgecowko 3 ปีที่แล้ว +1

    Thanks, fam. I appreciate your time and knowledge

  • @ramumaha2779
    @ramumaha2779 2 ปีที่แล้ว

    Thank you for the to the point and clear explanation!!!!

  • @shreyasrao6515
    @shreyasrao6515 2 ปีที่แล้ว

    Good explanation

  • @duyhanguyen6231
    @duyhanguyen6231 ปีที่แล้ว

    Thanks, this video is awesome!

  • @rashmikiranpandit3411
    @rashmikiranpandit3411 6 หลายเดือนก่อน

    What if we want to pass multiple parameters from child to parent, instead of just one (as shown here - "name"). Will the $event catch all the parameters?

  • @PrinceKumar-eb8hd
    @PrinceKumar-eb8hd 3 ปีที่แล้ว

    very clear explaination, Thank you

  • @yt-1161
    @yt-1161 ปีที่แล้ว

    when you bind that "greetEvent" in the child selector, it will get triggered when you click that button, but where did you bind that click event to the custom event ?

  • @SimplyPaaruz
    @SimplyPaaruz 3 ปีที่แล้ว

    Clear explanation 👍

  • @MichaelSalo
    @MichaelSalo 2 ปีที่แล้ว +1

    The only part I don't understand is how the $event object becomes the 'name' string.

  • @mdabuzar2130
    @mdabuzar2130 3 ปีที่แล้ว

    Could you please share a video on Microfront end.

  • @aniketyadav5024
    @aniketyadav5024 4 ปีที่แล้ว

    Very useful playlist! The concepts in this playlist are simple yet so confusing. You made it very clear👍

  • @madinaf8118
    @madinaf8118 4 ปีที่แล้ว

    Thanks for your work! keep making video.

  • @SaranyaSaru-d9h
    @SaranyaSaru-d9h 7 หลายเดือนก่อน

    Thank u so much

  • @ranjitasahu19
    @ranjitasahu19 4 ปีที่แล้ว

    Thanks a lot for this example

  • @MohammadEmranbd
    @MohammadEmranbd 4 ปีที่แล้ว

    Gr8 video and U have a gr8 voice. Thanks

  • @canaldopericles2167
    @canaldopericles2167 2 ปีที่แล้ว

    thank you

  • @farazsheikh5066
    @farazsheikh5066 4 ปีที่แล้ว

    Thank you for sharing your knowledge, My concept is clear now :)

  • @adityagautam1217
    @adityagautam1217 3 ปีที่แล้ว

    Great explanation. Angular docs are worst . I mean look at the react docs. So lucid

    • @AGUNGKAYA
      @AGUNGKAYA 2 ปีที่แล้ว

      Someone wants to make angular docs so confusing. Look at the tutorial in the official website, lots of bugs to keep us confusing

  • @namitsingh860
    @namitsingh860 3 ปีที่แล้ว

    Best video.

  • @SuperStebin
    @SuperStebin 4 ปีที่แล้ว +1

    Sir what if we get a case of sending more than one value

    • @dhruvjain9029
      @dhruvjain9029 3 ปีที่แล้ว +1

      use a object {val:'abcd',
      name:'def'}

  • @henriquebock
    @henriquebock 5 ปีที่แล้ว

    Great video, helps a lot

  • @ABsazerNer
    @ABsazerNer 4 ปีที่แล้ว

    I tried this with (change) event for h1 tag and didn't work, but when used (click) worked ??? why is that?

    • @sanjayprabhushetty4309
      @sanjayprabhushetty4309 3 ปีที่แล้ว

      (change) event only gets raised to input,select and text area elements when there is a change in element value by end user whereas (click) event raises with any element upon clicking the element.

  • @venkateswarlupasupuleti1707
    @venkateswarlupasupuleti1707 4 ปีที่แล้ว +1

    Hi, Team, I got this error :#!/usr/bin/env node | "use strict"; | Object.defineProperty(exports, "__esModule", { value: true });
    please help me..!

    • @RanjithKumar-qj9mn
      @RanjithKumar-qj9mn 4 ปีที่แล้ว

      use EventEmitter from angular core not from protactor ---> import { Component, OnInit, Input, OnChanges, SimpleChanges,EventEmitter, Output } from '@angular/core';

  • @tramesh6
    @tramesh6 6 ปีที่แล้ว

    Thanks for post.

  • @SamElabd
    @SamElabd 4 ปีที่แล้ว

    I've question about $event .... from where it come??

    • @ixspnd
      @ixspnd 4 ปีที่แล้ว +1

      its a built in variable. You don't really need to understand it much

  • @rekhamari8736
    @rekhamari8736 4 ปีที่แล้ว

    Great

  • @shrinidhimukundnaik497
    @shrinidhimukundnaik497 2 ปีที่แล้ว

    I'm responsible for like half of your view.