Hi,
I'm planning on adding angular universal as per example MeteorCLI/universal and have few questions:
-
How to run the example with AOT on Windows (AOT=1 meteor), I tried:
-
The doc mentions:
If you want to disable Universal in Development, you can do Meteor.isProduction check before onPageLoad
Where is onPageLoad?
-
Has anyone run into some issues while deploying such app in production?
-
Once the app is deployed, does it run automatically with AOT?
Thank you.
Hi,
I'm planning on adding angular universal as per example MeteorCLI/universal and have few questions:
How to run the example with AOT on Windows (
AOT=1 meteor), I tried:The doc mentions:
If you want to disable Universal in Development, you can do
Meteor.isProductioncheck beforeonPageLoadWhere is
onPageLoad?Has anyone run into some issues while deploying such app in production?
Once the app is deployed, does it run automatically with AOT?
Thank you.