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 26, 2017
1 parent a447a91 commit 284be59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/imports/pages/chats/chats.ts
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
import template from './chats.html';

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

}
}

0 comments on commit 284be59

Please sign in to comment.