diff --git a/src/app/app.module.ts b/src/app/app.module.ts index dbd4fff..a4eaaa9 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -7,6 +7,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { TooltipModule } from 'ngx-bootstrap/tooltip'; import { PopoverModule } from 'ngx-bootstrap/popover'; import { CarouselModule } from 'ngx-bootstrap/carousel'; +import { PaginationModule } from 'ngx-bootstrap/pagination'; //#endregion //#region Keyboard @@ -61,7 +62,8 @@ import { MensajeFinalComponent } from './components/mensaje-final/mensaje-final. BrowserAnimationsModule, MatKeyboardModule, MatButtonModule, - CarouselModule.forRoot() + CarouselModule.forRoot(), + PaginationModule.forRoot() ], providers: [], bootstrap: [AppComponent]