Skip to content

Commit

Permalink
Step 2.6: Added the chats page component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 16, 2016
1 parent 88a705a commit aa81078
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/imports/pages/chats/chats.component.ts
@@ -0,0 +1,12 @@
import {Component} from "@angular/core";
import template from "./chats.component.html"

@Component({
selector: "chats",
template
})
export class ChatsComponent {
constructor() {

}
}

0 comments on commit aa81078

Please sign in to comment.