Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test(e2e): add missing app module ngfactory files to e2e apps
  • Loading branch information
sis0k0 committed Mar 28, 2018
commit e15afd0a5107f174e538eb7398e77257e9702a82
4 changes: 4 additions & 0 deletions e2e/renderer/app/app.module.ngfactory.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* A dynamically generated module when compiled with AoT.
*/
export const AppModuleNgFactory: any;
4 changes: 4 additions & 0 deletions e2e/router/app/app.module.ngfactory.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* A dynamically generated module when compiled with AoT.
*/
export const AppModuleNgFactory: any;