create consumer pos list page

This commit is contained in:
2026-04-14 15:56:32 +03:30
parent 9eb5c35285
commit 28575bd3d1
31 changed files with 502 additions and 32 deletions
@@ -32,8 +32,6 @@ export abstract class AbstractList<ResponseModel, RequestParams = null> {
this.getDataRequest(this.requestPayload())
?.pipe(
finalize(() => {
console.log('first');
this.loading.set(false);
}),
catchError((error) => {