I am trying to build an application with Angular 6 and I am still setting everything up. But it seems there is something wrong with the dependency injection in my app.
GET /
or compiler error can't resolve all parameters for ApplicationModule: (?).
Just follow these simple steps :
npm i core-js
polyfills.ts
file add the import statement import 'core-js/es7/reflect';
main.ts
file add the import statements import 'core-js/es6/reflect';
import 'core-js/es7/reflect';