Skip to content

AOT=1 meteor broken for Angular versions ≥ 13 #1988

Description

@domq

Steps to reproduce:

  1. git clone git@github.com:domq/angular-meteor-base.git
  2. cd angular-meteor-base; meteor npm i
  3. env AOT=1 meteor → behavior OK, see below
  4. git checkout upgrade/angular-12 && env AOT=1 meteor → behavior OK
  5. git 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
    

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions