TS errors

This commit is contained in:
2018-03-08 00:53:54 -05:00
parent 996b4097fd
commit 87d5b85c55
5 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import moment from 'moment';
export class MessagesPage {
profiles: any;
tabNavEl: any;
constructor(public navCtrl: NavController, public profileService: ProfileService) {
profileService.load().then((data) => {