|
1 | 1 | import { Component, OnInit, ViewChild } from '@angular/core'; |
2 | | -import { IgxCarouselComponent, IgxSelectComponent, IgxSelectItemComponent, IgxSlideComponent, IgxCardComponent, IgxCardHeaderComponent, IgxCardHeaderTitleDirective, IgxCardContentDirective, IgxCardMediaDirective, IgxCardActionsComponent, IgxButtonDirective, IgxPrefixDirective, IgxCarouselIndicatorDirective } from 'igniteui-angular'; |
| 2 | +import { IgxCarouselComponent, IgxSelectComponent, IgxSelectItemComponent, IgxSlideComponent, IgxCardComponent, IgxCardHeaderComponent, IgxCardHeaderTitleDirective, IgxCardContentDirective, IgxCardMediaDirective, IgxCardActionsComponent, IgxButtonDirective, IgxPrefixDirective } from 'igniteui-angular'; |
3 | 3 | import { FormsModule } from '@angular/forms'; |
4 | 4 | import { TitleCasePipe } from '@angular/common'; |
5 | 5 |
|
6 | 6 | @Component({ |
7 | 7 | selector: 'app-carousel', |
8 | 8 | styleUrls: ['./carousel-animations-sample.component.scss'], |
9 | 9 | templateUrl: './carousel-animations-sample.component.html', |
10 | | - imports: [IgxSelectComponent, FormsModule, IgxSelectItemComponent, IgxCarouselComponent, IgxSlideComponent, IgxCardComponent, IgxCardHeaderComponent, IgxCardHeaderTitleDirective, IgxCardContentDirective, IgxCardMediaDirective, IgxCardActionsComponent, IgxButtonDirective, IgxPrefixDirective, IgxCarouselIndicatorDirective, TitleCasePipe] |
| 10 | + imports: [IgxSelectComponent, FormsModule, IgxSelectItemComponent, IgxCarouselComponent, IgxSlideComponent, IgxCardComponent, IgxCardHeaderComponent, IgxCardHeaderTitleDirective, IgxCardContentDirective, IgxCardMediaDirective, IgxCardActionsComponent, IgxButtonDirective, IgxPrefixDirective, TitleCasePipe] |
11 | 11 | }) |
12 | 12 | export class CarouselAnimationsSampleComponent implements OnInit { |
13 | 13 | @ViewChild('carousel', { static: true }) public carousel: IgxCarouselComponent; |
|
0 commit comments