info2ankit

Results 2 comments of info2ankit

just throw error at the end. ``` return next.handle(req).pipe( catchError((error: HttpErrorResponse) => { if (error.status === 401) { this._auth.logout(); return throwError(error); //

Allow user to upload file when file has no error. ` ` Now create error to the file when needed. ` this.uploader.onAfterAddingFile = (fileItem: FileItem) => { fileItem.isError = true;...