3 | {{product.title}}
4 |
5 |
6 | ${{product.price | priceFormatter}}
7 |
8 |
9 |
10 | - Description
11 | {{product.description}}
12 |
13 |
14 | - Brand
15 | - {{product.brand}}
16 |
17 |
18 | - Size
19 | - {{product.size}}
20 |
21 |
22 | - Camera
23 | - {{product.camera}}
24 |
25 |
26 | - CPU
27 | - {{product.cpu}}
28 |
29 |
30 | - Memory
31 | - {{product.memory}}
32 |
33 |
34 | - Display
35 | - {{product.display}}
36 |
37 |
38 | - Battery
39 | - {{product.battery}}
40 |
41 |
42 |
47 |
48 |