Skip to content

Commit

Permalink
Cleanup Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartinson committed May 16, 2019
1 parent ba7a553 commit 4e5f219
Showing 1 changed file with 13 additions and 1 deletion.
@@ -1,4 +1,16 @@
import { Directive, ElementRef, EventEmitter, HostListener, Inject, Input, OnInit, Output, Renderer2, ChangeDetectorRef, ViewRef } from "@angular/core";
import {
Directive,
ElementRef,
EventEmitter,
HostListener,
Inject,
Input,
OnInit,
Output,
Renderer2,
ChangeDetectorRef,
ViewRef,
} from "@angular/core";
import { NgxDraggableBoundsCheckEvent } from "../classes/ngx-draggable-bounds-check-event";
import { NgxDraggableMoveEvent } from "../classes/ngx-draggable-move-event";
import {
Expand Down

0 comments on commit 4e5f219

Please sign in to comment.