Skip to content

Commit 6b47ce4

Browse files
vlio20Vlad Ioffe
and
Vlad Ioffe
authored
Ng9 (#496)
* ng 8 update * upgrading to ng9 * fixing build Co-authored-by: Vlad Ioffe <[email protected]>
1 parent 3cdbf96 commit 6b47ce4

11 files changed

+6360
-3935
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
<a name="8.0.0"></a>
4-
# [8.1.0] (???)
3+
<a name="9.0.0"></a>
4+
# [9.0.0] (???)
5+
6+
### Improvements
7+
- Update to Angular 9 ([???](https://github.com/vlio20/angular-datepicker/commit/???)) closes [#493](https://github.com/vlio20/angular-datepicker/issues/493)
58

69
### Features
710
- Add number of rows to month calendar ([???](https://github.com/vlio20/angular-datepicker/commit/???)) closes [#387](https://github.com/vlio20/angular-datepicker/issues/387)

angular.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "src/main.ts",
1717
"tsConfig": "src/tsconfig.app.json",
1818
"polyfills": "src/polyfills.ts",
19-
"aot": false,
19+
"aot": true,
2020
"assets": [
2121
"src/assets",
2222
"src/favicon.ico"
@@ -28,12 +28,17 @@
2828
},
2929
"configurations": {
3030
"production": {
31+
"budgets": [
32+
{
33+
"type": "anyComponentStyle",
34+
"maximumWarning": "6kb"
35+
}
36+
],
3137
"optimization": true,
3238
"outputHashing": "all",
3339
"sourceMap": false,
3440
"extractCss": true,
3541
"namedChunks": false,
36-
"aot": true,
3742
"extractLicenses": true,
3843
"vendorChunk": false,
3944
"buildOptimizer": true,
@@ -120,7 +125,7 @@
120125
"schematics": {
121126
"@schematics/angular:component": {
122127
"prefix": "dp",
123-
"styleext": "less"
128+
"style": "less"
124129
},
125130
"@schematics/angular:directive": {
126131
"prefix": "dp"

0 commit comments

Comments
 (0)