Skip to content

Commit

Permalink
feat(image-comparison): converted image-comparison js-->ts
Browse files Browse the repository at this point in the history
converted image-comparison.js to ts

fix #121
  • Loading branch information
xmlking committed Aug 11, 2019
1 parent 6326f24 commit 8c285e1
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 283 deletions.
4 changes: 1 addition & 3 deletions libs/image-comparison/src/lib/image-comparison.component.ts
Expand Up @@ -4,14 +4,12 @@ import {
Component,
ContentChildren,
ElementRef,
HostBinding,
Input,
OnInit,
QueryList,
Renderer2,
ViewEncapsulation,
} from '@angular/core';
import * as ImageComparison from './image-comparison';
import { ImageComparison } from './image-comparison';

@Component({
selector: 'ngx-image-comparison',
Expand Down
279 changes: 0 additions & 279 deletions libs/image-comparison/src/lib/image-comparison.js

This file was deleted.

0 comments on commit 8c285e1

Please sign in to comment.