Customizing the Template Page with Custom Field You can use the custom field you just created in your template. To customize the template page Go to product-details.component.ts and modify the product name with your custom field name. Go to the product-details.component.html and add an entry for your custom field to be displayed on the template. Your template displays the new custom field.
To customize the template page Go to product-details.component.ts and modify the product name with your custom field name. Go to the product-details.component.html and add an entry for your custom field to be displayed on the template. Your template displays the new custom field.