I am getting following error: Module \'\".../node_modules/moment/moment\"\' has no exported member \'default\'when I use
Module \'\".../node_modules/moment/moment\"\' has no exported member \'default\'
import * as _moment from
From Moment's Docs:
Note: If you have trouble importing moment, try adding "allowSyntheticDefaultImports": true in compilerOptions in your tsconfig.json file and then use the syntax