From 04cab3d712e56894c6113b299b169f27bf69a8b7 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Wed, 5 Feb 2020 12:20:58 -0300 Subject: [PATCH] Fix Lint errors --- src/app/app-routing.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 2c94732..097c1aa 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -15,7 +15,8 @@ const routes: Routes = [ }, { path: 'indicaciones-pago-tarjeta', - loadChildren: () => import('./modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.module').then(m => m.IndicacionesPagoTarjetaModule) + loadChildren: () => import('./modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.module') + .then(m => m.IndicacionesPagoTarjetaModule) }, { path: 'opcion-pedido', -- 1.9.1