Skip to content

Commit 63517a3

Browse files
committed
feat(): test
1 parent 541d1e6 commit 63517a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/signal/54-pipe-observable-to-signal/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ import { products } from './product.model';
2424
})
2525
export class AppComponent {
2626
products = products;
27-
displayedColumns = ['name', 'priceA', 'priceB', 'priceC'];
27+
displayedColumns = ['name', 'priceA', 'priceB', 'priceC', 'prive2'];
2828
}

0 commit comments

Comments
 (0)