diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 788ffd3..fa00bdd 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -8,6 +8,7 @@ import { AppComponent } from './app.component'; import { SplashScreenComponent } from './modules/splash-screen/splash-screen.component'; import { AdminComponent } from './modules/admin/admin.component'; import { FooterComponent } from './shared/footer/footer.component'; +import { SharedModule } from './modules/shared/shared.module'; @NgModule({ declarations: [ @@ -24,8 +25,8 @@ import { FooterComponent } from './shared/footer/footer.component'; FormsModule, ReactiveFormsModule, ReactiveFormsModule.withConfig({ warnOnNgModelWithFormControl: 'never' }), + SharedModule.forRoot(), ], - providers: [], bootstrap: [AppComponent] }) export class AppModule { } diff --git a/src/app/modules/carrito/carrito.component.html b/src/app/modules/carrito/carrito.component.html index 3605c07..3281bf8 100644 --- a/src/app/modules/carrito/carrito.component.html +++ b/src/app/modules/carrito/carrito.component.html @@ -12,11 +12,16 @@ - -
No hay artículos en el carrito
+{{'CORTADO'}}
++ {{articulo.DetArt}} +
{{55}}
+{{articulo.cantidad}}
ARTÍCULOS EN TÚ CARRITO DE COMPRAS
No hay articulos en el carrito
+No hay articulos en el carrito
- {{articulo.DetArt}} -
++ {{articulo.DetArt}} +
+