Top "Angular10" questions

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

Angular 10 Upgrade - Fix CommonJS or AMD dependencies can cause optimization bailouts

I am trying to upgrade my Angular 9 app to Angular 10 version, but getting below warning after the upgrade WARNING in …

javascript angular angular10 angular-upgrade
Property 'replaceAll' does not exist on type 'string'

I want to use replaceAll in typescript and angular 10. But I get this error: Property 'replaceAll' does not exist on …

angular typescript angular10
Errors after npm audit fix angular 10.0.1

I ran this older 10.0.1 angular project today, and it told me it had a lot of low vulnerabilities and a …

angular angular10 npm-audit
File C:\Users\name\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system angular error

I am trying to run the Angular application by ng serve but the error is shown on the terminal File …

angular angular10
Unbound breakpoint in VS Code (Chrome debug session, Angular application)

My issue I have an Angular application that I am trying to debug in VS Code. Currently when I serve …

angular google-chrome visual-studio-code vscode-debugger angular10