Skip to content

Commit

Permalink
docs(carousel): add deprecated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fun1 authored and pauleustice committed Aug 30, 2024
1 parent e7c02d4 commit f092a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/canopy/src/lib/carousel/carousel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ import { LgAutoplayComponent } from './auto-play/auto-play.component';
NgClass,
],
})
/**
* @deprecated This component will be removed in the future
*/
export class LgCarouselComponent implements AfterContentInit, OnDestroy {
private unsubscribe: Subject<void> = new Subject<void>();
selectedItem: LgCarouselItemComponent;
Expand Down

0 comments on commit f092a85

Please sign in to comment.