Marius Larsen-Asp
Marius Larsen-Asp
Replace imports in ng2-completer.js with: ``` import { __extends } from 'tslib'; import { ChangeDetectorRef, Component, Directive, ElementRef, EventEmitter, Host, HostListener, Injectable, Input, NgModule, Output, Renderer, TemplateRef, ViewChild, ViewContainerRef, forwardRef...
+1 was just looking for this!
**I don't use pace for my application, this worked for me:** In your onUploadOutput function: Add `else if(output.type === 'done') { //output.file.response }` Added my entire onUploadOutput function incase of...