Skip to content

Commit

Permalink
fix(file-tramsfer): fix v5 imports for file-transfer plugin (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolashenry authored and danielsogl committed Jun 23, 2018
1 parent aff44e9 commit 406ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/transformers/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 406ad12

Please sign in to comment.