Build Angular app with Netlify function

Loading

Reading Time: 4 minutes Introduction I created a container component, FoodMenuComponent, to display a menu for users to order food and drink. There are several ways to create the menu data in JSON format: Hardcoded data in the component Create static JSON data in assets folder and use a service to retrieve the data for the component Design a … Read more