コード例 #1
0
 login(username): void {
     this.router.navigate('/Home/' + username);
 }
コード例 #2
0
 signOut(): void {
     this.router.navigate('/');
 }