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 79c8369 commit b8ad238Copy full SHA for b8ad238
.travis.yml
@@ -16,12 +16,11 @@ branches:
16
script:
17
- npm install
18
&& npm install -g npm-cli-login
19
- && npm install ngx-file-drop
20
&& ng build --prod
21
# Notifications
22
notifications:
23
email:
24
recipients:
25
- - georgi.peltekov@accedia.com.com
+ - georgi.peltekov@accedia.com
26
on_success: change
27
on_failure: change
lib/sandbox/app/app.component.ts
@@ -1,5 +1,5 @@
1
import { Component } from '@angular/core';
2
-import { UploadFile, UploadEvent } from 'ngx-file-drop/lib/ngx-drop';
+import { UploadFile, UploadEvent } from '../../ngx-drop';
3
4
@Component({
5
selector: 'demo-root',
0 commit comments