Skip to content

Commit

Permalink
feat(): test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Feb 28, 2025
1 parent 6eb9a26 commit a0c759c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ import { products } from './product.model';
})
export class AppComponent {
products = products;
displayedColumns = ['name', 'priceA', 'priceB', 'priceC'];
displayedColumns = ['name', 'priceA', 'priceB', 'priceC', 'klsjdt'];
}

0 comments on commit a0c759c

Please sign in to comment.