diff --git a/src/app/tab1/tab1.page.ts b/src/app/tab1/tab1.page.ts index 0517d5d..3b77021 100644 --- a/src/app/tab1/tab1.page.ts +++ b/src/app/tab1/tab1.page.ts @@ -9,7 +9,7 @@ import { UserService } from '../services/api/user.service'; }) export class Tab1Page { -@ViewChild('jubapage') jubapage; +//@ViewChild('jubapage') jubapage; constructor (public UserS :UserService){ @@ -19,3 +19,7 @@ constructor (public UserS :UserService){ } } + + + +