Skip to content

Commit 9b9cfff

Browse files
committed
feat: placeholder
1 parent 7c77ad8 commit 9b9cfff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angular-hub/src/app/pages/watch-party/index.page.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export const routeMeta: RouteMeta = {
6363
</ng-template>
6464
<ng-template pTemplate="body" let-product>
6565
<tr>
66-
<td>{{ product.code }}</td>
67-
<td>{{ product.name }}</td>
68-
<td>{{ product.category }}</td>
66+
<td>Warsaw, Poland</td>
67+
<td>House of Angular</td>
68+
<td>angular.love</td>
6969
<td>
7070
<button
7171
type="button"

0 commit comments

Comments
 (0)