diff --git a/components/carousel/carousel.component.ts b/components/carousel/carousel.component.ts index c6aabd9bed..55b2f17280 100644 --- a/components/carousel/carousel.component.ts +++ b/components/carousel/carousel.component.ts @@ -10,20 +10,20 @@ export enum Direction {UNKNOWN, NEXT, PREV} const NAVIGATION:any = { [Ng2BootstrapTheme.BS4]: ` - + Previous - + Next `, [Ng2BootstrapTheme.BS3]: ` - + - + ` @@ -36,7 +36,7 @@ const NAVIGATION:any = { directives: [NgFor], template: `