Skip to content

Commit

Permalink
Step 2.1: Create Chats page component
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent f52ede4 commit 58a163a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/imports/pages/chats/chats.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
import template from './chats.html';

@Component({
template
})
export class ChatsPage {
constructor() {

}
}

0 comments on commit 58a163a

Please sign in to comment.