Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
feat(ionic): update to 4.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 6, 2019
1 parent a6fe8ba commit 769a3f4
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@ionic-native/google-maps": "5.0.0-beta.22",
"@ionic-native/splash-screen": "5.0.0-beta.22",
"@ionic-native/status-bar": "5.0.0-beta.22",
"@ionic/angular": "4.0.0-beta.18",
"@ionic/angular": "4.0.0-rc.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"cordova-android": "7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/forms": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/router": "^7.0.0",
"@ionic/angular": "^4.0.0-beta.18"
"@ionic/angular": "^4.0.0-rc.0"
},
"author": "Fivethree Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/core/src/lib/app-bar/app-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ export class AppBarComponent implements OnInit, AfterViewInit, AfterContentInit
}

ionTabButtonClick(event: TabButtonClickDetail) {
this.tabs.onTabButtonClick(event);
this.tabs.select(event.tab);
}
}

0 comments on commit 769a3f4

Please sign in to comment.