Skip to content

Commit

Permalink
Step 2.3: Create Chats page component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent c8b54ca commit 5d87d6f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/chats/chats.ts
@@ -0,0 +1,10 @@
import { Component } from '@angular/core';

@Component({
templateUrl: 'chats.html'
})
export class ChatsPage {
constructor() {

}
}

0 comments on commit 5d87d6f

Please sign in to comment.