SyntaxFix
Write A Post
Hire A Developer
Questions
I am training with a angular2 tutorial(hero). After installing @types/core-js commented in theses answers, I got a "Duplicate identifier" error. In my case, it was solved as removing lib line in tsconfig.json.
//"lib": [ "es2015", "dom" ]