Skip to content

Instantly share code, notes, and snippets.

@yujiokayama
Last active November 27, 2018 09:44
Show Gist options
  • Select an option

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

Select an option

Save yujiokayama/b949e97409371c93564fcbac484c4901 to your computer and use it in GitHub Desktop.
・document
https://material.angular.io/
・install
npm i -D @angular/material @angular/cdk @angular/animations
・setup to ng-add
ng add @angular/material
・create component
ng generate @angular/material:material-nav --name=my-nav
ng generate @angular/material:material-dashboard --name=my-dashboard
ng generate @angular/material:material-table --name=my-table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment