-
Notifications
You must be signed in to change notification settings - Fork 619
Open
Description
Steps to reproduce:
git clone [email protected]:domq/angular-meteor-base.git
cd angular-meteor-base; meteor npm i
env 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 below
where
- “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
Metadata
Metadata
Assignees
Labels
No labels