Angular and Storybook – Publish to Chromatic

Loading

Reading Time: 3 minutes Introduction In the ng spanish menu repo, I created some Angular components and storybooks for the application. I thought it would be an excellent idea to deploy the storybooks to Chromatic to share with other Angular developers for feedback. Install Chromatic dependencies Create Chromatic app for Github repository Sign in with Github account Choose a … Read more

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