Skip to content

Commit 3185d1c

Browse files
committed
chore(*): Removing other unused imports
1 parent de38f33 commit 3185d1c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/app/layouts/carousel/carousel-sample-2/carousel-sample-2.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, OnInit, ViewChild, ViewEncapsulation } from "@angular/core";
2-
import { Direction, IgxCarouselComponent } from "igniteui-angular";
2+
import { IgxCarouselComponent } from "igniteui-angular";
33

44
@Component({
55
encapsulation: ViewEncapsulation.None,

src/app/layouts/carousel/carousel-sample-3/carousel-sample-3.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Component, OnInit, ViewChild, ViewChildren, ViewEncapsulation } from "@angular/core";
2-
import { Direction, IgxCarouselComponent, IgxLinearProgressBarComponent } from "igniteui-angular";
1+
import { Component, OnInit, ViewChild, ViewEncapsulation } from "@angular/core";
2+
import { IgxCarouselComponent, IgxLinearProgressBarComponent } from "igniteui-angular";
33

44
@Component({
55
encapsulation: ViewEncapsulation.None,

src/app/layouts/carousel/carousel-sample-4/carousel-sample-4.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Component, OnInit, ViewChild, ViewChildren, ViewEncapsulation } from "@angular/core";
1+
import { Component, OnInit, ViewChild, ViewEncapsulation } from "@angular/core";
22
import { Router } from "@angular/router";
3-
import { Direction, IgxButtonModule, IgxCarouselComponent, IgxLinearProgressBarComponent } from "igniteui-angular";
3+
import { IgxCarouselComponent, IgxLinearProgressBarComponent } from "igniteui-angular";
44

55
@Component({
66
encapsulation: ViewEncapsulation.None,

0 commit comments

Comments
 (0)