adding mobile views for despacho, pedidos and pendentes

This commit is contained in:
tiago.kayaya
2021-05-03 21:05:09 +01:00
parent 97e60d6d13
commit 1ccb311a0a
19 changed files with 1610 additions and 57 deletions
@@ -27,6 +27,10 @@ const routes: Routes = [
{
path: 'pedidos',
loadChildren: () => import('./pedidos/pedidos.module').then( m => m.PedidosPageModule)
},
{
path: 'pendentes',
loadChildren: () => import('./pendentes/pendentes.module').then( m => m.PendentesPageModule)
},