Skip to content

Commit ddfc5bb

Browse files
authored
Update to Angular 9 RC.9 (#308)
* Update to Angular 9 * Use custom cloning of the Object as __ngContext__ has circular refs * Update Node to 10.13.0
1 parent e4c5f88 commit ddfc5bb

File tree

75 files changed

+10559
-5932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+10559
-5932
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: required
22
dist: trusty
33
language: node_js
44
node_js:
5-
- '10.12.0'
5+
- '10.13.0'
66
before_install:
77
- export NG_CLI_ANALYTICS=false
88
- export CHROME_BIN=/usr/bin/google-chrome

angular.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": false,
21+
"aot": true,
2222
"assets": [
2323
"src/favicon.ico",
2424
"src/assets"
@@ -41,7 +41,6 @@
4141
"sourceMap": false,
4242
"extractCss": true,
4343
"namedChunks": false,
44-
"aot": true,
4544
"extractLicenses": true,
4645
"vendorChunk": false,
4746
"buildOptimizer": true,
@@ -50,6 +49,10 @@
5049
"type": "initial",
5150
"maximumWarning": "2mb",
5251
"maximumError": "5mb"
52+
},
53+
{
54+
"type": "anyComponentStyle",
55+
"maximumWarning": "6kb"
5356
}
5457
]
5558
}
@@ -129,7 +132,12 @@
129132
"tsConfig": "projects/igniteui-angular-wrappers/tsconfig.lib.json",
130133
"project": "projects/igniteui-angular-wrappers/ng-package.json"
131134
}
132-
},
135+
, "configurations": {
136+
"production": {
137+
"tsConfig": "projects/igniteui-angular-wrappers/tsconfig.lib.prod.json"
138+
}
139+
}
140+
},
133141
"test": {
134142
"builder": "@angular-devkit/build-angular:karma",
135143
"options": {

0 commit comments

Comments
 (0)