Skip to content

Commit ca13ff1

Browse files
committed
chore(slide): remove carousel import
1 parent 4baf0f5 commit ca13ff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/carousel/slide.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Component, OnDestroy, Input, HostBinding, Output, EventEmitter, ElementRef, AfterContentChecked, booleanAttribute, Inject } from '@angular/core';
22
import { Subject } from 'rxjs';
33
import { Direction, ICarouselComponentBase, IGX_CAROUSEL_COMPONENT, IgxSlideComponentBase } from './carousel-base';
4-
import { IgxCarouselComponent } from './carousel.component';
54

65
/**
76
* A slide component that usually holds an image and/or a caption text.

0 commit comments

Comments
 (0)