Angular Signals
Home
Example 12 - untracked signal
Counter 1 - 1
Update Counter 1
Counter 2 - 1
Update Counter 2
To review the changes, view the console, if we update the counter 1 then we are using effect to loging the update but in case of the counter 2 update then we are untrack the updates.