Skip to content

Commit 23d6241

Browse files
committed
refactor(carousels): imports cleanup
1 parent e600f33 commit 23d6241

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: src/app/views/base/carousels/carousels.component.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ import {
1212
CarouselInnerComponent,
1313
CarouselItemComponent,
1414
ColComponent,
15-
RowComponent,
16-
TemplateIdDirective,
17-
TextColorDirective,
18-
ThemeDirective
15+
RowComponent
1916
} from '@coreui/angular';
2017
import { IconDirective } from '@coreui/icons-angular';
2118

@@ -25,7 +22,7 @@ export type Slide = { id: number, src: SafeUrl | string, title: string, subtitle
2522
selector: 'app-carousels',
2623
templateUrl: './carousels.component.html',
2724
styleUrls: ['./carousels.component.scss'],
28-
imports: [RowComponent, ColComponent, TextColorDirective, CardComponent, CardHeaderComponent, CardBodyComponent, DocsExampleComponent, ThemeDirective, CarouselComponent, CarouselInnerComponent, CarouselItemComponent, CarouselControlComponent, IconDirective, CarouselIndicatorsComponent, CarouselCaptionComponent, TemplateIdDirective]
25+
imports: [RowComponent, ColComponent, CardComponent, CardHeaderComponent, CardBodyComponent, DocsExampleComponent, CarouselComponent, CarouselInnerComponent, CarouselItemComponent, CarouselControlComponent, IconDirective, CarouselIndicatorsComponent, CarouselCaptionComponent]
2926
// providers: [{ provide: CarouselConfig, useClass: CarouselCustomConfig }]
3027
})
3128
export class CarouselsComponent {

0 commit comments

Comments
 (0)