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