Guest User

Untitled

a guest
Feb 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import { FileSelectDirective, FileDropDirective } from 'ng2-file-upload';
  2. import ...
  3.  
  4. @NgModule({
  5. declarations: [
  6. ...
  7. FileSelectDirective,
  8. ],
  9. imports: [
  10. ...
  11. ],
  12. providers: [...],
  13. bootstrap: [...]
  14. })
  15. export class AppModule { }
Add Comment
Please, Sign In to add comment