Upgraded to Angular 5 : TS6046 and TS5024 errors
As workaround, i updated tsconfig.app.json
file from"module": "es2017"
to
"module": "amd"
And it worked for me. Hope this helps you.
As workaround, i updated tsconfig.app.json
file from"module": "es2017"
to
"module": "amd"
And it worked for me. Hope this helps you.