Mudanças entre as edições de "Installing Angular Material"

De Basef
Ir para: navegação, pesquisa
Linha 10: Linha 10:
 
npm install --save @angular/animations
 
npm install --save @angular/animations
 
</source>
 
</source>
 +
 +
And also gestures library:
 +
 +
<source lang="bash">
 +
npm install --save @hammerjs
 +
</source>
 +
  
 
[[Category: AngularJS2]]
 
[[Category: AngularJS2]]

Edição das 14h26min de 26 de abril de 2018

Angular Material has some great components ready to use in your project: https://material.angular.io/

npm install --save @angular/material

You may also need to import Angular Animations:

npm install --save @angular/animations

And also gestures library:

npm install --save @hammerjs