Can not find name Promise , Set , Map, Mapconstructor , Setconstructor or Iterator in angular 2.
Angular 2 Can not find name Promise , Set , Map, Mapconstructor , Setconstructor or Iterator in angular 2. It is a frequent error that we get when we tried to compile the Angular 2 application . These above issues are raised due to so many factors. But in my case it was just happened due to tsconfig.json file configuration settings. Basically our common tsconfig,json file contains the following properties like { "compilerOptions": { "target": "es5", "module": "system", "moduleResolution": "node", "sourceMap": true, "experimentalDecorators": true, "removeComments": false, "noImplicitAny": false }, "exclude"...