diff --git a/src/app/app.module.ts b/src/app/app.module.ts index a9f5ee4..dbd4fff 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -6,6 +6,7 @@ import { HttpClientModule } from '@angular/common/http'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { TooltipModule } from 'ngx-bootstrap/tooltip'; import { PopoverModule } from 'ngx-bootstrap/popover'; +import { CarouselModule } from 'ngx-bootstrap/carousel'; //#endregion //#region Keyboard @@ -59,7 +60,8 @@ import { MensajeFinalComponent } from './components/mensaje-final/mensaje-final. PopoverModule.forRoot(), BrowserAnimationsModule, MatKeyboardModule, - MatButtonModule + MatButtonModule, + CarouselModule.forRoot() ], providers: [], bootstrap: [AppComponent] diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index 6537546..85c125f 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -18,26 +18,24 @@
- - + + + + + + + + + + + +
diff --git a/src/app/components/inicio/inicio.component.html b/src/app/components/inicio/inicio.component.html index 307be7a..5bcf370 100644 --- a/src/app/components/inicio/inicio.component.html +++ b/src/app/components/inicio/inicio.component.html @@ -26,22 +26,29 @@

Conozca las ofertas del momento.

- + + + + + + + + + + + + + + + diff --git a/src/app/components/sidebar/sidebar.component.html b/src/app/components/sidebar/sidebar.component.html index 71bbd8f..b29dddb 100644 --- a/src/app/components/sidebar/sidebar.component.html +++ b/src/app/components/sidebar/sidebar.component.html @@ -33,7 +33,7 @@ (click)="aumentarCantidad(producto)"> -
+
{{producto.cantidad}}