We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81147b3 commit 7296333Copy full SHA for 7296333
src/app/public/ngx-gist-file-filter.pipe.ts
@@ -1,7 +1,6 @@
1
import { NgxGist } from './ngx-gist.model';
2
import { Pipe, PipeTransform } from '@angular/core';
3
-import { isStringArray } from './ngx-gist.utilities';
4
-import { isNonEmptyString } from 'dist/npm';
+import { isNonEmptyString, isStringArray } from './ngx-gist.utilities';
5
6
@Pipe({ name: 'gistFileFilter' })
7
export class GistFileFilterPipe implements PipeTransform {
0 commit comments