Skip to content

Commit

Permalink
feat: update to ng 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Aug 13, 2020
1 parent dbe55ca commit 0990174
Show file tree
Hide file tree
Showing 5 changed files with 12,233 additions and 8,442 deletions.
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"styles": [
"src/styles.scss"
],
"scripts": [],
"es5BrowserSupport": true
"scripts": []
},
"configurations": {
"production": {
Expand Down
6 changes: 3 additions & 3 deletions libraries/ng-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"license": "MIT",
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/platform-browser": "^10.0.0",
"domino": "^2.1.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ imports: [
imports: [BrowserTransferStateModule]
})
export class TransferHttpCacheModule {
static forRoot(options: TransferStateOptions): ModuleWithProviders {
static forRoot(options: TransferStateOptions): ModuleWithProviders<any> {
return {
ngModule: TransferHttpCacheModule,
providers: [
Expand Down
Loading

0 comments on commit 0990174

Please sign in to comment.