Horje
update angular Code Example
update angular cli
For updating angular cli type this command :
ng update @angular/cli @angular/core   
Source: angular.io
how to update angular version
      
        content_copy
      
      ng update @angular/cli @angular/core
    
Source: angular.io
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
update angular
npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
update angular
ng update @angular/core @angular/cli --force
update angular materia;
npm update @angular/material @angular/cdk




Shell

Related
flutter create command Code Example flutter create command Code Example
linux save program console output to file Code Example linux save program console output to file Code Example
ubuntu install yarn Code Example ubuntu install yarn Code Example
pyinstaller failed to execute script pyi_rth_pkgres Code Example pyinstaller failed to execute script pyi_rth_pkgres Code Example
intellij ultimate install ubuntu Code Example intellij ultimate install ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12