Revert "Another try to fix external js issue"
This reverts commit eb06f41301
.
This commit is contained in:
parent
eb06f41301
commit
be97341cc0
@ -2,7 +2,6 @@ import { Injectable, ElementRef } from '@angular/core';
|
|||||||
import { OAuthService } from 'angular-oauth2-oidc';
|
import { OAuthService } from 'angular-oauth2-oidc';
|
||||||
import { Subject , of } from 'rxjs';
|
import { Subject , of } from 'rxjs';
|
||||||
import { HttpClient, HttpParams } from "@angular/common/http";
|
import { HttpClient, HttpParams } from "@angular/common/http";
|
||||||
//import * as Resumable from './resumable.js'
|
|
||||||
|
|
||||||
|
|
||||||
declare var Resumable; // avoid missing property error on require
|
declare var Resumable; // avoid missing property error on require
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"types": ["src/lib/components/resumable-file-upload/resumable.js"],
|
"types": ["node_modules/resumable/resumable.js"],
|
||||||
"lib": [
|
"lib": [
|
||||||
"dom",
|
"dom",
|
||||||
"es2018"
|
"es2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user