Marius Larsen-Asp

Results 4 comments of 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...

**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...