7 1 ngày trước cách đây
mục cha
commit
7b86d06f74

+ 4 - 0
myapp/src/app/tab5/tab5-routing.module.ts

@@ -19,6 +19,10 @@ const routes: Routes = [
   {
     path: 'upload-qualification',
     loadComponent: () => import('./upload-qualification.page').then(m => m.UploadQualificationPage)
+  },
+  {
+    path: 'register',
+    loadComponent: () => import('./register.page').then(m => m.RegisterPage)
   }
 ];
 

+ 1 - 1
myapp/src/app/tab5/tab5.page.ts

@@ -66,7 +66,7 @@ export class Tab5Page {
   }
 
   goToRegister() {
-    this.router.navigate(['/tabs/tab5/register']);
+    this.router.navigate(['/tabs/tab5/register']); 
   }
 
   enterEditMode() {