Skip to content

Commit 05c7aec

Browse files
committed
feat(package): added animations to the feedback component
1 parent 34a84e4 commit 05c7aec

File tree

6 files changed

+451
-281
lines changed

6 files changed

+451
-281
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ if(issues || feedback || you_need_more_features){
166166
- [firebase - v5.x](https://www.npmjs.com/package/firebase)
167167
- [font-awesome - v4.x](https://www.npmjs.com/package/font-awesome)
168168
- [angular forms - v6.x](https://www.npmjs.com/package/@angular/forms)
169+
- [angular animations - v6.x](https://www.npmjs.com/package/@angular/animations)
169170

170171
```shell
171-
npm install --save @ng-bootstrap/ng-bootstrap bootstrap angularfire2 firebase font-awesome @angular/forms
172+
npm install --save @ng-bootstrap/ng-bootstrap bootstrap angularfire2 firebase font-awesome @angular/forms @angular/animations
172173
```
173174

174175
## Installation

Diff for: gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ gulp.task('rollup-bundle', (cb) => {
349349
'@angular/core': 'ng.core',
350350
'@angular/common': 'ng.common',
351351
'@angular/forms': 'ng.forms',
352+
'@angular/animations': 'ng.animations',
352353

353354
// Rxjs dependencies
354355
'rxjs/Subject': 'Rx',

0 commit comments

Comments
 (0)