TS errors
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user