Skip to content

Commit

Permalink
Step 2.21: Add chat removal stub method to chats component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent c147e7a commit 153f9a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/chats/chats.ts
Expand Up @@ -62,4 +62,8 @@ export class ChatsPage {
}
]);
}

removeChat(chat: Chat): void {
// TODO: Implement it later
}
}

0 comments on commit 153f9a2

Please sign in to comment.