Answers for "how to update the angular version from 8 to 11"

6

update angular cli globally

npm update @angular/cli -g
Posted by: Guest on November-26-2020
4

how to update angular version

content_copy
      
      ng update @angular/cli @angular/core
Posted by: Guest on June-18-2020
1

angular 8 to 9

First, update to the latest version of 8
ng update @angular/cli@8 @angular/core@8

Then, update to 9
ng update @angular/cli @angular/core
Posted by: Guest on April-17-2020

Code answers related to "how to update the angular version from 8 to 11"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language