Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9d785c

Browse files
author
tabvn.drupal
committed
t
1 parent 8124bd1 commit c9d785c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export class AppComponent implements OnInit {
6868
go(s: string) {
6969

7070
if (s == 'home') {
71-
7271
this.selectedUser = new User();
7372
this.users = this.cache.users;
7473
}
@@ -118,7 +117,7 @@ export class AppComponent implements OnInit {
118117
/**
119118
* Find user if exist in cache we return user object
120119
* @param user
121-
* @returns {boolean}
120+
* @returns User
122121
*/
123122
findUserInCache(user: User): User {
124123

0 commit comments

Comments
 (0)