Это видео недоступно.
Сожалеем об этом.

Angular Signals Example - Learn Them by Doing

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • Learn how to build an Angular project from scratch by Angular signals example. In this video we will fully implement the todo list with filtering, editing, deleting and competing features.
    TIMESTAMPS
    0:00 Introduction
    1:21 Initial project
    1:52 Adding components
    3:22 Splitting project
    6:10 Adding interfaces
    7:07 Service with Angular signals
    10:04 Implementing header section
    14:01 Implementing main section
    16:05 Filtering todos
    20:13 Implementing footer section
    28:59 Implementing a single todo
    31:29 Implementing editing
    39:55 Removing todos
    41:36 Completing todo
    44:21 Adding autofocus
    45:53 Toggle all todos
    ► CHECK MY COURSES - monsterlessons...
    MOST POPULAR COURSES
    ► Building real project with Angular + NgRx - monsterlessons...
    ► Building real NestJS API - monsterlessons...
    ► Javascript interview questions - monsterlessons...
    ► Angular Interview Questions monsterlessons...
    ► Building real fullstack project - monsterlessons...
    ► Mastering Git - monsterlessons...
    ► Mastering Docker and Docker Compose - monsterlessons...
    ► Building real project with React Hooks - monsterlessons...
    ► Building real project with Vue + Vuex - monsterlessons...
    FOLLOW ME
    ► TWITTER - / monster_lessons
    ► INSTAGRAM - / monsterlessonsacademy
    ► TIKTOK - / monsterlessonsacademy
    REFERENCES
    ► Source code - github.com/mon...

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

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

    Your channel is ridiculously helpful. I always feel jacked to get into my angular projects after watching a few of your videos

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

    Thank you for all the videos with signals examples. I am super jazzed about signals.

  • @user-iu7de2ji6b
    @user-iu7de2ji6b Год назад

    your tutorials have such a nice understandable pace.

  • @botondvasvari5758
    @botondvasvari5758 7 месяцев назад +1

    what if there are more complex filters that can come from different components ?

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

    Best channel and lessons. Thanks

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

    this is a good angular channel

  • @Santon-Motho
    @Santon-Motho Год назад

    Thanks for another awesome video on Angular. Your channel and courses are top notch 💯

  • @user-cx7wz9mm1q
    @user-cx7wz9mm1q 5 месяцев назад

    Impeccable, as always.

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

    Danke!

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

    Hi Oleksandr, thank you for this great tutorial about Angular signals. I've read some articles over the web about when to use signals vs observables. Some of them advise to keep using observables in services and use signals in components. Your video clearly shows that a service can entirely work with signals. I'd really like to know what are your thoughts about this. Also what's that code editor you are using ?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  5 месяцев назад +2

      I see zero reasons to use something in either service or comp. Don't read these articles :)
      Use signals for simple state. Use RxJS when you need RxJS methods like distincUntilChanged, etc

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

      @@MonsterlessonsAcademy Thank you for your response and the great content!

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

    What is recommended approach to implementing custom input field validation while using Signals? Functionality provided in Reactive Forms doesn't yet seem to be reflected to Signals.

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

      I don't use signals for custom validation. Just plain reactive form

  • @manojv2893
    @manojv2893 4 месяца назад

    Thank you

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

    Amazing as always!

  • @moegreen8543
    @moegreen8543 6 месяцев назад

    Are there already any standards (generally accepted rules) for writing variable names for signals?

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

    while watching this, i feel angular signals feature is seems like vue refs.
    by the way you explained well. thank you

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

    Thanks!

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

    Thanks - great Tutorial

  • @AdelBasiony
    @AdelBasiony 8 месяцев назад

    Isn't it better to move all computed signals to the service and just call them in the component? even if the signal is used once in a single component.
    I'm really confused about which is the best practice.
    Highly appreciate your videos.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  8 месяцев назад

      Sure. If it is shareable than move it to comp. If not then not.

    • @AdelBasiony
      @AdelBasiony 8 месяцев назад

      Thanks a lot.@@MonsterlessonsAcademy

  • @AdelBasiony
    @AdelBasiony 8 месяцев назад

    can you please make a video using singals and Ngrx together in a project. Thanks.

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

    HI! Thanx for sharing! I want ask you about architecture for front end application. What architecture do you use for your pet projects or work?

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

      Typically by feature architectured like I showed here ruclips.net/video/IFTqfO_evlc/видео.html

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

    Hey, man. What is your favorite framework out of the top three: angular, react, Vue?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Год назад +4

      I don't really like one of them more then others. Most importantly for me is to get paid for any of them. My personal preference is Elm but unfortunately it is not that popular.

  • @felixmatusinio6438
    @felixmatusinio6438 9 месяцев назад

    If we will use signal, do we still need rxjs? to be honest rxjs is quite pain in the ass.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  9 месяцев назад

      I have a video about it
      ruclips.net/video/WL7QEhdqh00/видео.htmlsi=h3BmPJld15fBJV1s

    • @jerrytab4276
      @jerrytab4276 9 месяцев назад

      combine rxjs and signals

  • @USONOFAV
    @USONOFAV 6 месяцев назад

    ok so Signal is just an alternative to rxJS Subject?

  • @4444-c4s
    @4444-c4s Год назад

    🙏🙌

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

    Thanks!