I've just installed vs code and I've added the Angular Language service extension but it is not working.
It does not run ngcc at the vs code load of an angular project.
When I try to run this manually I have this error:
Any ideas of how can I solve this?
edit:
This is the current package.json
{
"name": "myapp-front",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@ngrx/effects": "^14.3.0",
"@ngrx/store": "^14.3.0",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primeng": "^14.0.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.1",
"@angular/cli": "~14.2.1",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "^4.8.2"
}
}
After followed @debugger instructions It launched but I now get this error in the output console for that extension:
[Error - 7:52:24 PM] No config file for /home/dmance/development/myapp/myapp-front/src/app/domain/cars/pages/create-car/create-car.component.html