This commit is contained in:
Olu Amey
2020-01-11 21:03:07 -05:00
parent a446291e57
commit a931bb6e71
4 changed files with 1999 additions and 588 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { UserService } from '../services/api/user.service';
})
export class Tab1Page {
@ViewChild('jubapage') jubapage:any;
@ViewChild('jubapage') jubapage;
constructor (public UserS :UserService){