Skip to content

Commit

Permalink
feat: add real time sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
avatsaev committed Aug 20, 2018
1 parent a1ea219 commit 97799d7
Show file tree
Hide file tree
Showing 17 changed files with 2,474 additions and 2,024 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
"with": "src/environments/environment.local.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"buildOptimizer": false,
"serviceWorker": false
}
}
Expand Down
24 changes: 0 additions & 24 deletions ngsw-config.json

This file was deleted.

Loading

0 comments on commit 97799d7

Please sign in to comment.