Commit 0a9a4e91bf7ddbac30cbec2427c93887e613d55e

Authored by Marcelo Puebla
1 parent 4f59f2e7fc
Exists in master and in 1 other branch validar_pve

Agregado modulo.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/app/app.module.ts
... ... @@ -7,6 +7,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
7 7 import { TooltipModule } from 'ngx-bootstrap/tooltip';
8 8 import { PopoverModule } from 'ngx-bootstrap/popover';
9 9 import { CarouselModule } from 'ngx-bootstrap/carousel';
  10 +import { PaginationModule } from 'ngx-bootstrap/pagination';
10 11 //#endregion
11 12  
12 13 //#region Keyboard
... ... @@ -61,7 +62,8 @@ import { MensajeFinalComponent } from './components/mensaje-final/mensaje-final.
61 62 BrowserAnimationsModule,
62 63 MatKeyboardModule,
63 64 MatButtonModule,
64   - CarouselModule.forRoot()
  65 + CarouselModule.forRoot(),
  66 + PaginationModule.forRoot()
65 67 ],
66 68 providers: [],
67 69 bootstrap: [AppComponent]