Skip to content

Commit

Permalink
server side rendering added
Browse files Browse the repository at this point in the history
  • Loading branch information
berkelmas committed Jun 28, 2019
1 parent 5b07f7b commit 5b831ff
Show file tree
Hide file tree
Showing 10 changed files with 511 additions and 124 deletions.
10 changes: 9 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/attornaAngular",
"outputPath": "dist/browser",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
Expand Down Expand Up @@ -60,6 +60,14 @@
}
}
},
"server": {
"builder": "@angular-devkit/build-angular:server",
"options": {
"outputPath": "dist/server",
"main": "src/main.server.ts",
"tsConfig": "src/tsconfig.server.json"
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
Expand Down
Loading

0 comments on commit 5b831ff

Please sign in to comment.