How to load data from json file in angular? By: Mohamed Rasik 29 December 2021 In this tutorial I will show you how to bind data from json file in angular. I created a json file named data.json in local asset folder. Read More
cannot find module consider using '--resolvejsonmodule' to import module with json extension angular By: Mohamed Rasik 28 December 2021 I got this following error "cannot find module consider using '--resolvejsonmodule' to import module with json extension angular" while tried to import the json file in the component. Read More