Jake
0
Q:

how stop ivy in angualr 9

{
  "compilerOptions": {
    "module": "esnext",
    // ...
  },
  "angularCompilerOptions": {
    "enableIvy": true,
    "allowEmptyCodegenFiles": true
  }
}
0
npm i -g @angular/cli@latestng update
0
{
  "projects": {
    "your-project": {
      "architect": {
        "build": {
          "options": {
            ...
            "aot": true,
          }
        }
      }
    }
  }
}
0

Tags

Related

New to Communities?

Join the community