Skip to content

Commit

Permalink
Tidied up imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
wittlock committed Apr 15, 2023
1 parent ca98624 commit c58f8a2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/lib/ngx-image-zoom.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
import { ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnChanges, OnDestroy, OnInit, Output, Renderer2, ViewChild } from '@angular/core';
import {SafeUrl} from '@angular/platform-browser';
import {
ChangeDetectorRef,
Component,
ElementRef,
EventEmitter,
Input,
OnChanges,
OnDestroy,
OnInit,
Output,
Renderer2,
ViewChild
} from '@angular/core';
import { SafeUrl } from '@angular/platform-browser';

export interface Coord {
x: number;
Expand Down

0 comments on commit c58f8a2

Please sign in to comment.