TS2339: Property ‘slice’ does not exist on type ‘WritableSignal’
I am trying to add pagination to my Angular 10.1.0 project by slicing my data array. However, I get the TS2339: Property 'slice' does not exist on type 'WritableSignal<Data[]>'
error.