Kibana version: 7.4.0
Elasticsearch version: 7.4.0
APM Server version: 7.4.0
APM Agent language and version: @elastic/apm-rum-angular
0.3.0. Angular 8.2.14.
Fresh install or upgraded from other version? Fresh
Is there anything special in your setup? Followed the Angular Integration instructions
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
It was working fine with the Angular 7.2, but after upgrading Angular to 8.2.14, getting the following error
Uncaught Error: Can't resolve all parameters for AppComponent: ([object Object], [object Object], [object Object], ?).
Not unable import the “ApmService” into the app component.
Some of the relevant dependencies
"dependencies": {
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/material": "^7.3.7",
"@angular/router": "~8.2.14",
"@elastic/apm-rum-angular": "^0.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.21",
"@angular/cli": "~8.3.21",
"@angular/compiler-cli": "~8.2.14",
"typescript": "~3.5.3"
}
Any help would be appreciated