Angular 15: Responsive Images with NgOptimizedImage, provideHttpClient, Directive Composition API

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

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

  • @elyoaprogrammer
    @elyoaprogrammer 17 дней назад

    this channel content is pure gold!!. Thanks

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

    Thanks for these underrated features.

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

    awesome presentation

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

    more content like this! thank you

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

    THANK YOU SIR

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

    Very nice explanation. I wanted to look at the demonstrated code but it looks like the referenced github repo it's the pre-15 version and does not include the changes you demonstrated. Is the demonstrated code available as well?

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

      Hello, thanks for mentioning that. I simply forgot to push, sorry. The solution is now available.

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

    Hi, just to note that auto generation for srcset is not working any more when you provide width and height on image. Only when fill attribute is set, we will get auto generated srcsets.

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

      Hello thanks for letting me know. Which version do you use?

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

      @@RainerHahnekamp 16.2.0. Can you try also with this version and let me know if you get the same results?

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

    55 minutes for load optimal images...

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

      Well, it is more around 20 minutes ;).
      I know it is not such a "hot-shot topic" from a technical perspective. Still, I see developers spending weeks squeezing out every bit of their javascript bundles, and with that new directive, you can achieve so much more in much shorter time.