diff --git a/src/app/tab1/tab1.page.ts b/src/app/tab1/tab1.page.ts index 7d0548b..73c3d1b 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){ @@ -21,3 +21,7 @@ constructor (public UserS :UserService){ } } + + + +