Deep dive into content projection - Eudes Petonnet

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

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

  • @matthiasvanderhallen6842
    @matthiasvanderhallen6842 Месяц назад

    After all these years, still a great talk

  • @andreigatej6704
    @andreigatej6704 5 лет назад +13

    It makes so much sense when you watch it the second, third time... Thank you!

  • @ganeshp0001
    @ganeshp0001 6 лет назад +10

    So educational. & funny..! Will need to watch it at least 10 times more to understand it 100%!! :)
    Thank you!!

  • @JonathanYee
    @JonathanYee 6 лет назад +15

    Love it! Learnt so much and was so entertained!

  • @sisitinquiete
    @sisitinquiete 6 лет назад +1

    This talk spares me so much time every time

  • @amtiskaw
    @amtiskaw 6 лет назад +7

    This is an absolutely fantastic talk! It's hard to find a good explanation of Angular's content project anywhere - the official docs don't even mention it! But this explains a lot in a fun and intuitive way.

  • @jpavel
    @jpavel 6 лет назад

    Very useful information. These parts are hard to put together. You've saved me a lot of time figuring out how to overcome the not-destroying-the-component behavior of ng-content.

  • @tushar207
    @tushar207 4 года назад +1

    Loved It! The best way to learn about the difference and implementation of ng-container, ng-template and ng-content excellently documented example at stackblitz followed it and learnt the difference in minutes. I was scratching my head from a week trying to understand the fundamental difference. Good speaker good humor good stuff. Cheers 🍻

  • @vikasshivananjappa749
    @vikasshivananjappa749 6 лет назад

    One of the best content projection talks out there .... Great job!

  • @supindersingh8882
    @supindersingh8882 4 года назад

    Amazing. Very helpful talk. Thank you!

  • @aqibsaeed3229
    @aqibsaeed3229 4 года назад

    No words.. just excellent

  • @codeative
    @codeative 6 лет назад

    So awesome .. your examples so clear and covered most of use cases if it weren't all of them :)

  • @SESURAJAPURAMARUL
    @SESURAJAPURAMARUL 5 лет назад

    The best of all the talks

  • @greg6618
    @greg6618 4 года назад

    Fire. All is left is to remember that stuff)

  • @georgepappas3725
    @georgepappas3725 3 года назад

    amazing talk, thank you.

  • @qi6
    @qi6 6 лет назад

    Learnt a lot! But it makes me wondering how people find out about this? Like is equivalent to append. By diving deep into source code of Angular?

    • @captainheretic
      @captainheretic 6 лет назад +1

      I like Angular, but documentation is very important in guiding users through all the functionalities. I think Vues documentation is much more explanatory.

  • @arthurfedotiew3609
    @arthurfedotiew3609 3 года назад +1

    How could we pass context to the directive like that?
    export class SheepBlueprintDirective {
    constructor(templateRef: TemplateRef, farm: FarmComponent) {
    farm.sheepTemplate = templateRef;
    }
    }
    when using it like this:

  • @Samoji16
    @Samoji16 6 лет назад

    Super funny and clear! Great job!

  • @GiacomoVo
    @GiacomoVo 6 лет назад

    Wow, very nice talk, thank you!

  • @sanjaygarg3540
    @sanjaygarg3540 2 года назад

    Loved it !!

  • @StoriesByDrew
    @StoriesByDrew 5 лет назад

    This is how the Angular Material Table Component is built

  • @froggenfury6169
    @froggenfury6169 5 лет назад

    Thank you.

  • @arturgrzesiak1130
    @arturgrzesiak1130 6 лет назад +1

    Quality of the talk and (accidental) complexity of the APIs discussed - both quite high.

  • @Brocklesna8
    @Brocklesna8 4 года назад

    lOve the example :)

  • @Ericaghjdj
    @Ericaghjdj 6 лет назад

    awesome