Skip to content

Commit

Permalink
fix: enable ivy for Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng authored and socsieng committed Nov 9, 2020
1 parent 12d021a commit a12b02a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion examples/angular/tsconfig.json
Expand Up @@ -14,7 +14,6 @@
"lib": ["es2018", "dom"]
},
"angularCompilerOptions": {
"enableIvy": false,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
Expand Down
6 changes: 6 additions & 0 deletions src/button-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/button-angular/tsconfig.lib.prod.json
@@ -1,6 +1,3 @@
{
"extends": "./tsconfig.lib.json",
"angularCompilerOptions": {
"enableIvy": false
}
"extends": "./tsconfig.lib.json"
}
3 changes: 1 addition & 2 deletions tsconfig.json
Expand Up @@ -22,8 +22,7 @@
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true,
"enableIvy": false
"enableResourceInlining": true
},
"include": ["src"],
"exclude": ["*.config.js", "src/**/*.test.(ts|tsx)"]
Expand Down

0 comments on commit a12b02a

Please sign in to comment.