Mudanças entre as edições de "Installing Angular Material"
De Basef
| Linha 16: | Linha 16: | ||
npm install --save hammerjs | npm install --save hammerjs | ||
</source> | </source> | ||
| + | |||
| + | Also, you may install Angular Flex layout: | ||
| + | <source lang="bash"> | ||
| + | npm install --save @angular/flex-layout | ||
| + | </source> | ||
| + | |||
[[Category: AngularJS2]] | [[Category: AngularJS2]] | ||
Edição das 15h27min 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
Also, you may install Angular Flex layout:
npm install --save @angular/flex-layout