From 47734638c03aee09c751cae83850007bf9aa8c62 Mon Sep 17 00:00:00 2001 From: vchimev Date: Wed, 20 Dec 2017 09:53:46 +0200 Subject: [PATCH] chore: add app.module.ngfactory.d.ts file --- app/app.module.ngfactory.d.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/app.module.ngfactory.d.ts diff --git a/app/app.module.ngfactory.d.ts b/app/app.module.ngfactory.d.ts new file mode 100644 index 00000000..793157de --- /dev/null +++ b/app/app.module.ngfactory.d.ts @@ -0,0 +1,4 @@ +/** + * A dynamically generated module when compiled with AoT. + */ +export const AppModuleNgFactory: any; \ No newline at end of file