Skip to content

Commit f23e190

Browse files
dotansimhadarkbasic
authored andcommitted
Step 2.3: Create Chats page component
1 parent dc65a6d commit f23e190

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pages/chats/chats.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { Component } from '@angular/core';
2+
3+
@Component({
4+
templateUrl: 'chats.html'
5+
})
6+
export class ChatsPage {
7+
constructor() {
8+
9+
}
10+
}

0 commit comments

Comments
 (0)