We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d106af0 commit 168b171Copy full SHA for 168b171
1 file changed
src/app/interactions/drag-drop/kanban-sample/kanban-sample.component.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable no-shadow */
2
/* eslint-disable @typescript-eslint/naming-convention */
3
-import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, viewChild, ViewChild } from '@angular/core';
+import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, ViewChild } from '@angular/core';
4
import { IDropBaseEventArgs, IDropDroppedEventArgs } from 'igniteui-angular';
5
6
enum state {
0 commit comments