Skip to content

Commit

Permalink
feat: remove SafeHtml type check to unblock users of ivy renderer (#729)
Browse files Browse the repository at this point in the history
* chore(fix/issue-709): Matching zonejs peer dependency version.

* chore(fix/issue-709): Updating to Angular 8.2.12

* fix(fix/issue-709): Removing SafeHTML type because of Ivy renderer.

* fix(fix/issue-709): Updating package-lock.json

* fix(fix/issue-709): Setting aot as default build option.
  • Loading branch information
Coooi authored and scttcper committed Oct 30, 2019
1 parent cde5809 commit 6016d7e
Show file tree
Hide file tree
Showing 8 changed files with 197 additions and 197 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -41,7 +41,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down Expand Up @@ -107,6 +106,7 @@
}
}
}
}},
}
},
"defaultProject": "ngx-toastr"
}
}

0 comments on commit 6016d7e

Please sign in to comment.