DEV Community

Discussion on: From Basics to Advanced: Mastering Angular Signals Step-by-Step

Collapse
 
codewithahsan profile image
Info Comment hidden by post author - thread only visible in this permalink
Muhammad Ahsan Ayaz

A few comments on this article :)

  1. It is always nice to give credits when you use someone else's work :)
    In this case, the thumbnail.
    codewithahsan.dev/blog/angular-sig...

  2. There is no mutate method in Angular signals
    I'm assuming this article was not AI generated.

  3. In forms, we don't use signals without [(ngModel)] from FormsModule or [formGroup] form ReactiveFormsModule.

  4. Effects aren't supposed to be used outside of the component's class.

Some comments have been hidden by the post's author - find out more