|
@@ -24,7 +24,6 @@ export class InternalPageComponent implements OnInit {
|
|
|
private route: ActivatedRoute,
|
|
|
private internalService: InternalPageService,
|
|
|
private spinner: NgxSpinnerService,) {
|
|
|
- this.spinner.show();
|
|
|
}
|
|
|
|
|
|
// joinUs = [];
|
|
@@ -65,6 +64,7 @@ export class InternalPageComponent implements OnInit {
|
|
|
this.authSer.checkExternalFooter = false;
|
|
|
//get profile data
|
|
|
this.userservice.getUserDataProfile();
|
|
|
+ this.router.navigate(['InternalPage/home']);
|
|
|
//get parent and child data
|
|
|
|
|
|
//this.router.navigate(['InternalPage/home']);
|