Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created April 29, 2020 22:57
Show Gist options
  • Save blogcacanid/e5cf0553cef2fbeb51e6b835bc76b561 to your computer and use it in GitHub Desktop.
Save blogcacanid/e5cf0553cef2fbeb51e6b835bc76b561 to your computer and use it in GitHub Desktop.
njson-typings.d.ts Parsing Data JSON Dengan Angular 9
declare module "*.json" {
const value: any;
export default value;
}
@GauthamPatnaik
Copy link

export default value; here value showing me error why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment