The Role of "exportAs" Property in Angular [RE-UPLOADED]

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 42

  • @DecodedFrontend
    @DecodedFrontend  Год назад +1

    Level up your Angular skills with my advanced courses 🚀
    bit.ly/advanced-angular-courses

  • @artemyavorskyi5865
    @artemyavorskyi5865 Год назад +13

    Талант розглядати цікаві теми. Один з кращих каналів по Ангуляру!

  • @hakobyansamvel54
    @hakobyansamvel54 Год назад +3

    You are the best, thank you, I will be very happy to see deep explanation of angular animations by you, thank you agin ❤

  • @aayushkc2306
    @aayushkc2306 11 месяцев назад +1

    Can you make the video series of angular universal(SSR) to improve the performance. It would be really cool if you cover the performance and hosting and minimizing the bundle size of SSR application.

  • @Nabulio85
    @Nabulio85 Год назад +2

    Thank you Dmytro for this new version of the video on exportAs.
    The explanations are much clear and precise.

  • @Nikkvv
    @Nikkvv Год назад +2

    Дякую, шикарне відео

  • @mktrann
    @mktrann Год назад +1

    Thank for your explaination!

  • @OnoshkoAndriy
    @OnoshkoAndriy Год назад +1

    Very clear explanation. I haven't used this property yet but it's good to understand the possible use cases.
    Дякую! 👍

    • @DecodedFrontend
      @DecodedFrontend  Год назад

      🙌🏻 you are welcome! Thanks for this comment.

  • @Sinan997
    @Sinan997 11 месяцев назад

    can you please make a video about best practices of angular application structure? How should we create, manage and use our libraries? what is the pros and cons?

  • @elyoaprogrammer
    @elyoaprogrammer Год назад +1

    Excellent video!! Thank you so much..

  • @gagiksimonyan3782
    @gagiksimonyan3782 Год назад +2

    Thanks for another useful video, Dmytro 😉

  • @syimykamatov8955
    @syimykamatov8955 11 месяцев назад

    Very informative. Thanks buddy

  • @genyklemberg
    @genyklemberg Год назад +2

    I thought I missed some bonus time video, while saw it in subscription, but didn't see it in your channel 😂

    • @DecodedFrontend
      @DecodedFrontend  Год назад

      It is actually good for you that you didn't see it because this one is more accurate 😉

  • @fahadgaliwango4502
    @fahadgaliwango4502 11 месяцев назад +1

    Thanks for clear explanation, I have understood that exportAs enables access to directive instance.
    Can element allow more than on template reference in case I want access to both input and directive
    Can exportAs replace @Input and @Output communicate to directive

    • @DecodedFrontend
      @DecodedFrontend  11 месяцев назад

      Hi! Yes, you can have multiple template references on the same element. Regarding replacing inputs and outputs I would not say that it can be replaced by it.

  • @nanu180
    @nanu180 Год назад

    Please upload your previous video of this export as, which you have deleted. That was also very beautiful expression.

  • @artemeelemann317
    @artemeelemann317 Год назад

    Thank you for the updated video :)

  • @durairajrajendiran9725
    @durairajrajendiran9725 11 месяцев назад

    Thank you 😊

  • @Perun42
    @Perun42 Год назад

    Thank you, as always

  • @malyna
    @malyna Год назад +2

    Дуже хороший приклад

  • @ChessPuzzlesVideo
    @ChessPuzzlesVideo Год назад +2

    why formControlName directive don't have exportAs variable ?

    • @DecodedFrontend
      @DecodedFrontend  Год назад +1

      I think it is because, unlike ngModel, the FormControlName doesn’t „own“ the FormControl instance which represents the state of control, so there is nothing to read from that.

    • @ChessPuzzlesVideo
      @ChessPuzzlesVideo Год назад

      @@DecodedFrontend Due to that showing form controls validation errors will be little bit tough.

  • @filipbarbaric1960
    @filipbarbaric1960 5 месяцев назад

    very cool video

  • @sergeymigel4680
    @sergeymigel4680 Год назад +1

    so beautiful English!

    • @DecodedFrontend
      @DecodedFrontend  Год назад

      Thank you (if it is not a touch of sarcasm 😅).

  • @AzadKanwar
    @AzadKanwar Год назад +2

    awesome ❤

  • @MrLgbk
    @MrLgbk Год назад

    useful and shared

  • @George_331
    @George_331 10 месяцев назад +2

    Було корисно😊

    • @DecodedFrontend
      @DecodedFrontend  7 месяцев назад

      Радий це чути. Дякую! :)

  • @FlyingPenguino
    @FlyingPenguino Год назад +1

    :)

  • @THIAGO_6721
    @THIAGO_6721 Год назад +1

    I see very useful and cool property. I personally dont know about this new property.

    • @DecodedFrontend
      @DecodedFrontend  Год назад

      Actually, it is not a new one :) It exists quite a lot but it was used not so often