diff --git a/scripts/build/transformers/imports.ts b/scripts/build/transformers/imports.ts index 9e8059e6a..a1a8dbdfb 100644 --- a/scripts/build/transformers/imports.ts +++ b/scripts/build/transformers/imports.ts @@ -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;