Skip to content

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

@domq

Description

@domq

Steps to reproduce:

  1. git clone [email protected]:domq/angular-meteor-base.git
  2. cd angular-meteor-base; meteor npm i
  3. env AOT=1 meteorbehavior OK, see below
  4. git checkout upgrade/angular-12 && env AOT=1 meteorbehavior OK
  5. git checkout upgrade/angular-13 && env AOT=1 meteorfailure, 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

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