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
“behavior OK” means that when AOT=1, the server starts up without complaining, and the browser's developer tools show that no HTML downloads occur.
“failure” means
@angular/compiler and @angular/compiler-cli must be installed for AOT compilation!
AOT compilation disabled!
Ignore this if you are using AngularJS 1.X
Steps to reproduce:
git clone git@github.com:domq/angular-meteor-base.gitcd angular-meteor-base; meteor npm ienv AOT=1 meteor→ behavior OK, see belowgit checkout upgrade/angular-12 && env AOT=1 meteor→ behavior OKgit checkout upgrade/angular-13 && env AOT=1 meteor→ failure, see belowwhere
AOT=1, the server starts up without complaining, and the browser's developer tools show that no HTML downloads occur.