Commit d21d84f9e11405d1256eac44187f71c48c97b890
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !119
Showing
1 changed file
Show diff stats
src/app/app-routing.module.ts
... | ... | @@ -15,7 +15,8 @@ const routes: Routes = [ |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | path: 'indicaciones-pago-tarjeta', |
18 | - loadChildren: () => import('./modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.module').then(m => m.IndicacionesPagoTarjetaModule) | |
18 | + loadChildren: () => import('./modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.module') | |
19 | + .then(m => m.IndicacionesPagoTarjetaModule) | |
19 | 20 | }, |
20 | 21 | { |
21 | 22 | path: 'opcion-pedido', |