From 0a9a4e91bf7ddbac30cbec2427c93887e613d55e Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 2 Sep 2019 10:05:44 -0300 Subject: [PATCH] Agregado modulo. --- src/app/app.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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] -- 1.9.1