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

@@ -13,6 +13,7 @@ import { ProfilePage } from '../profile/profile';
export class GridPage {
profiles: any;
tabNavEl: any;
constructor(public navCtrl: NavController, public profileService: ProfileService, private _sanitizer: DomSanitizer) {
profileService.load().then((data) => {