Skip to content

Commit

Permalink
chore: enable ivy partial
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiff committed Feb 1, 2022
1 parent e05ce0e commit a7893c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ng-a-date-picker/projects/ng-datepicker/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"assets": [
"./ng-datepicker.scss",
"./README.md"
],
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"enableIvy": false,
"copilationMode": "partial"
}
}

0 comments on commit a7893c3

Please sign in to comment.