Advanced Angular Concepts by Alex Rickabaugh

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

КОМЕНТАРІ • 21

  • @JulienTeyteau
    @JulienTeyteau 7 років тому +17

    such a high quality talk. It'd be great if there were more of these advanced angular presentations. I loved it, great paper :-D

  • @beeeeeeeeeeep
    @beeeeeeeeeeep 7 років тому

    Great to have advanced presentations like this! One of the first I have to watch twice to fully understand the topic. And great to have those on UA-cam, I can easily see myself lost half asleep trying to follow live at a conference in an early afternon...

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

    This is great. I think iam gonna use this micro syntax some more for my directives. Its great.

  • @johanchouquet2872
    @johanchouquet2872 7 років тому +1

    Great presentation. Thanks a lot for sharing this, very valuable.

  • @jekbaochoo9853
    @jekbaochoo9853 7 років тому

    Very useful talk. Highly recommended.

  • @mikiasabera
    @mikiasabera 7 років тому

    Fantastic talk! Very good, practical examples that I can apply to my apps. Thanks, Alex!

  • @shael95
    @shael95 7 років тому

    This video helped me a lot in my project.....thanks

  • @danpride2804
    @danpride2804 7 років тому

    Slicker than jumping a river in a sedan ! Nice Job.

  • @martinrj30
    @martinrj30 6 років тому

    A slightly longer and more recent vid of Alex: Advanced Angular Concepts - Alex Rickabaugh - AngularConnect 2017
    @ AngularConnect Published on Dec 11, 2017 ua-cam.com/video/EoSn8qASqQA/v-deo.html

  • @mrclaytron
    @mrclaytron 6 років тому

    This is awesome!

  • @Cristra
    @Cristra 7 років тому +3

    Slides: docs.google.com/presentation/d/1o1zbqxe-Fn4IdGRYeVGFNQb1PSiOpjXvIsNHRC7Bk1w/edit#slide=id.p3

  • @aleixsuau867
    @aleixsuau867 6 років тому

    Great talk, you should have your own channel :)

  • @joelmuskwe
    @joelmuskwe 6 років тому

    Great talk are you able to share source code on github would love to take a look at it

    • @seangwright
      @seangwright 6 років тому

      They're in the slides
      stackblitz.com/edit/adv-ng-left-nav
      stackblitz.com/edit/adv-ng-carousel
      :)

  • @SarShaGaming
    @SarShaGaming 7 років тому

    When he say "Send tmpl to Left Nav component"
    How?

    • @gdlmss
      @gdlmss 7 років тому +3

      8:15 via a service.. A quick example: stackblitz.com/edit/angular-hmeio2

    • @mikiasabera
      @mikiasabera 7 років тому

      I think you can also use ngrx and dispatch the template to the store and pull it down async to the left nav.

    • @LeoCaseiro
      @LeoCaseiro 7 років тому

      The command he uses is createEmbeddView() 7:45

    • @JBuchmann
      @JBuchmann 6 років тому

      Thanks so much for the StackBlitz... I wouldn't have found this solution on my own. Too bad the presenter didn't show us also.