Top "Angular9" questions

Questions about Angular version 9, the web framework from Google.

Job name "..getProjectMetadata" does not exist

I updated my angular to v9 and when I try to go back in v8, I receive this error. I …

angular npm angular8 angular9
Angular 9 introduced a global '$localize()' function that needs to be loaded

I'm getting the following error in my new angular project setup. Installed Packages and its versions ERROR Error: Uncaught (in …

angular localization angular9
Angular 9 ng new myapp gives error The Schematic workflow failed

I have angular 9 installed Angular CLI: 9.0.1 Node: 13.8.0 OS: win32 x64 Angular: ... Ivy Workspace: Package Version @angular-devkit/architect 0.900.1 @angular-devkit/core 9.0.1 @angular-devkit/…

node.js angular npm angular9
Angular 9 - The target entry-point has missing dependencies

I have upgraded an Angular library to Angular 9. However when I attempt to use that library in another Angular 9 project …

angular angular9
TimeoutException: The Angular CLI process did not start listening for requests within the timeout period of 0 seconds

I'm getting this error after upgrading to angular 9. I'm using visual studio 2019, ASP .NET core with angular. Even if I …

c# angular asp.net-core visual-studio-2019 angular9
ERROR in ngcc is already running at process with id 5196

When I try to run ng serve command in my project it produce the below error. ERROR in ngcc is …

angular9
Unable to resolve dependency tree error when installing npm packages

When trying to install the npm packages using npm i command I am getting the following exception: I have tried …

angularjs angular typescript npm angular9
"ERROR in getInternalNameOfClass() called on a non-ES5 class: expected AngularFireModule to have an inner class declaration"

Terminal - "WARNING in Invalid constructor parameter decorator in D:/New folder/SilverLife/node_modules/@angular/fire/fesm2015/angular-fire.js: () =&…

angular firebase angularfire angular9
ERROR in The Angular Compiler requires TypeScript >=3.6.4 and <3.8.0 but 3.8.2 was found instead

I ran ng version and got the following output: Angular CLI: 9.0.3 Node: 12.16.1 OS: win32 x64 Angular: 9.0.2 ... animations, common, compiler, compiler-cli, …

angular angular9
Angular9: ERROR in The target entry-point "@angular/fire/auth" has missing dependencies

When I run npm run start I get the below error regarding firebase. Tech: Angular version 9, Firebase, Firestore, Geofirestore Angular …

angular firebase angularfire angular9 angular-cli-v9