feat: enhance POS module with dynamic routing, improved state management, and new search functionality
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export const appRoutes: Routes = [
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'pos',
|
||||
path: 'pos/:posId',
|
||||
component: POSComponent,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user