Angular Spring Camp

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 เม.ย. 2024
  • We are happy to invite you to Angular Meetups Spring Camp
    The event is organized by Angular.love in cooperation with House of Angular. If you want a dose of new, practical knowledge about Angular from different perspectives, come and listen!
    3 amazing events with awesome speakers are waiting for you 🙂
    The first event from Angular Meetups Spring Camp will be April 16 at 6 PM CEST
    What will be discussed?
    Here is the meetup's agenda:
    🔹"All about Angular signals and why they matter so much" by Alain Chautard, Google Developer Expert
    In this talk, Alain will cover everything there is to know about Angular Signals and why they are so important for the future of your Angular applications. We'll talk about performance, change detection, and signal-based components.
    🔹"NgRx Signal Store" by Rainer Hahnekamp - Google Developer Expert
    While Angular's embrace of Signals catapulted it back to the forefront of frontend development, it's still early days. The vast ecosystem of Angular libraries must now adjust, and leverage Signals themselves.
    One area is state management. The NgRx SignalStore reimagines state management entirely with Signals at its core.
    In my talk, we will look at this novel store and explore the possibilities of modern, Signals-based state management.
    If you want to keep up to date with all the information regarding the meetup, we encourage you to follow House of Angular's Facebook profile and angular.love social media channels.
    *The event will be held online on angular.love TH-cam channel. Talks will be conducted in English. We will share the link to the TH-cam livestream the day before the event on the email address.
    🌎Meeting place:
    Online on the angular.love TH-cam channel
    / @angularlove
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    This is great stuff. Really loved both the signal and signal store demo's

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

    I just moved to Angular 18 Next 5 - works perfectly without ZoneJS... wonderful

  • @akkonrad
    @akkonrad หลายเดือนก่อน +1

    I'd love to know more about what Michael Small asked, there is not much regarding tests for the signal store in the docs - how to approach that in the best manner?

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

      Yeah, we are working on that. Is there something you need to know about testing?

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

      @@RainerHahnekamp nothing particular,just wondering what is considered as a gold standard :)

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

      @@akkonrad Well, if my application allows I would test a component using the SignalStore and only mock the HttpClient. Very often, that is not possible, but this is what at least I would define as the target. Don't know if that answer helps you :)