Skip to content

Commit

Permalink
feat(package): added animations to the feedback component
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 13, 2018
1 parent 34a84e4 commit 05c7aec
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 281 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,10 @@ if(issues || feedback || you_need_more_features){
- [firebase - v5.x](https://www.npmjs.com/package/firebase)
- [font-awesome - v4.x](https://www.npmjs.com/package/font-awesome)
- [angular forms - v6.x](https://www.npmjs.com/package/@angular/forms)
- [angular animations - v6.x](https://www.npmjs.com/package/@angular/animations)

```shell
npm install --save @ng-bootstrap/ng-bootstrap bootstrap angularfire2 firebase font-awesome @angular/forms
npm install --save @ng-bootstrap/ng-bootstrap bootstrap angularfire2 firebase font-awesome @angular/forms @angular/animations
```

## Installation
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ gulp.task('rollup-bundle', (cb) => {
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'@angular/forms': 'ng.forms',
'@angular/animations': 'ng.animations',

// Rxjs dependencies
'rxjs/Subject': 'Rx',
Expand Down

0 comments on commit 05c7aec

Please sign in to comment.