Skip to content

Commit

Permalink
Merge pull request #85 from lehoffma/master
Browse files Browse the repository at this point in the history
Add support for angular 9
  • Loading branch information
tnicola authored Jul 2, 2020
2 parents cd20d4a + 76311cb commit 4a6fa51
Show file tree
Hide file tree
Showing 12 changed files with 4,558 additions and 1,851 deletions.
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"tsConfig": "projects/ngx-joyride/tsconfig.lib.json",
"project": "projects/ngx-joyride/ng-package.json"
},
"showCircularDependencies": false
"showCircularDependencies": false,
"configurations": {
"production": {
"tsConfig": "projects/ngx-joyride/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand Down Expand Up @@ -52,7 +57,7 @@
"main": "projects/demo/src/main.ts",
"polyfills": "projects/demo/src/polyfills.ts",
"tsConfig": "projects/demo/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
Expand All @@ -74,7 +79,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit 4a6fa51

Please sign in to comment.