How Angular calls CORS enabled Netlify Function

Loading

Reading Time: 3 minutes Introduction In previous post (article), I created a Netlify function to return menu data in JSON format. In this post, I will show how to deploy the Netlify function to production environment and call the endpoint in the Angular Spanish Menu app from Github Page Enable CORS in Netlify function Github page and Netlify have … Read more

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