Skip to content

Commit c37dc28

Browse files
Copilotrkaraivanov
andauthored
fix(carousel): remove unused DOCUMENT import
Agent-Logs-Url: https://github.com/IgniteUI/igniteui-angular/sessions/acba32b1-b9f1-4893-81e2-12436964179b Co-authored-by: rkaraivanov <20106115+rkaraivanov@users.noreply.github.com>
1 parent 5cb471d commit c37dc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NgClass, NgTemplateOutlet } from '@angular/common';
2-
import { AfterContentInit, Component, ContentChild, ContentChildren, ElementRef, EventEmitter, HostBinding, HostListener, Injectable, Input, IterableChangeRecord, IterableDiffer, IterableDiffers, OnDestroy, Output, QueryList, TemplateRef, ViewChild, ViewChildren, booleanAttribute, DOCUMENT, inject } from '@angular/core';
2+
import { AfterContentInit, Component, ContentChild, ContentChildren, ElementRef, EventEmitter, HostBinding, HostListener, Injectable, Input, IterableChangeRecord, IterableDiffer, IterableDiffers, OnDestroy, Output, QueryList, TemplateRef, ViewChild, ViewChildren, booleanAttribute, inject } from '@angular/core';
33
import { HammerGestureConfig, HAMMER_GESTURE_CONFIG } from '@angular/platform-browser';
44
import { merge, Subject } from 'rxjs';
55
import { takeUntil } from 'rxjs/operators';

0 commit comments

Comments
 (0)