Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .browserslistrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ npm-debug.log
yarn-error.log
testem.log
/typings
.angular/cache/

# System Files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ Are you interested in this library but lacks features? Write to the author, he c

`fade` - fade in and fade out animation.

`adaptiveHeight` - the height of the container is set based on the height of the tallest cell currently visible.
`adaptiveHeight` - the height of the container is set based on the height of the tallest cell currently visible.
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,7 @@
}
}
},
"defaultProject": "carouselNg12App"
"cli": {
"analytics": false
}
}
3 changes: 3 additions & 0 deletions build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
to build module:
cd project/angular-responsive-carousel
ng build
Loading