Important to remember: while `Resource` implements some methods from `WritableSignal` (set, update), it is not itself a signal.
If you want to bind a resource to `ngModel` in your #Angular component template, use its `value` signal, not the resource itself:
about 1 year ago