You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.when I run my demo,have this bug:
Cannot find module './uni/app-server.module.ngfactory'.
run ngc can get this ngfactory file,but I think don't need to do ngc. Can you tell me what should I do? thanks~
2.when I run your demo(ng-universal-demo),I don't do ngc and I don't find this file that ./ngfactory/app/server-app.module.ngfactory , but don't show any error. why?
The text was updated successfully, but these errors were encountered:
I have a similar problem, because the package that comes by default when I build it with aot: aot works perfectly, but in the case of an application already made that I want to migrate, I only work the jit compiler, and aot gives me the error of Factoria not found.
1.when I run my demo,have this bug:
Cannot find module './uni/app-server.module.ngfactory'.
run ngc can get this ngfactory file,but I think don't need to do ngc. Can you tell me what should I do? thanks~
2.when I run your demo(ng-universal-demo),I don't do ngc and I don't find this file that ./ngfactory/app/server-app.module.ngfactory , but don't show any error. why?
The text was updated successfully, but these errors were encountered: