Skip to content

Commit 8b052e1

Browse files
committed
fix: make NG tests green again
With nativescript-angular@5 we need app.module.ngfactory.d.ts in the app folder.
1 parent 4bd543e commit 8b052e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* A dynamically generated module when compiled with AoT.
3+
*/
4+
export const AppModuleNgFactory: any;

0 commit comments

Comments
 (0)