fix(file-tramsfer): fix v5 imports for file-transfer plugin (#2537)

This commit is contained in:
Nicolas HENRY 2018-06-23 17:20:00 +02:00 committed by Daniel Sogl
parent aff44e9fde
commit 406ad12232

View File

@ -21,7 +21,7 @@ function transformImports(file: ts.SourceFile, ctx: ts.TransformationContext, ng
const ignored: string [] = ['Plugin', 'Component', 'Injectable'];
const keep: string [] = ['getPromise'];
const keep: string [] = ['getPromise', 'checkAvailability'];
let m;