Skip to content

Instantly share code, notes, and snippets.

@yujiokayama
Created November 27, 2018 08:46
Show Gist options
  • Select an option

  • Save yujiokayama/ceb0a6bca1442b8a869708564be63b36 to your computer and use it in GitHub Desktop.

Select an option

Save yujiokayama/ceb0a6bca1442b8a869708564be63b36 to your computer and use it in GitHub Desktop.
参考
https://windii.jp/angular/angular7update
1.6→7
ng update @angular/cli @angular/core
2.cliを最新に
npm uninstall -g angular-cli
npm install -g @angular/cli@latest
3.Angular Material & CDK & Animationのインストール
npm install --save @angular/material @angular/cdk @angular/animations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment