https://github.com/ksachdeva/angular2-swiper-example
Example of how to use Swiper in angular 2 application
https://github.com/ksachdeva/angular2-swiper-example
Last synced: 10 months ago
JSON representation
Example of how to use Swiper in angular 2 application
- Host: GitHub
- URL: https://github.com/ksachdeva/angular2-swiper-example
- Owner: ksachdeva
- License: mit
- Created: 2016-03-12T22:48:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T16:51:49.000Z (over 8 years ago)
- Last Synced: 2025-04-19T14:09:42.527Z (10 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 20
- Watchers: 4
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Not Maintained and Deprecated]
This project is not maintained any more and is deprecated.
Please check out https://github.com/zefoy/ngx-swiper-wrapper if you are looking for the wrapper component for swiper.
# angular2-swiper-example
Example of how to use Swiper in angular 2 application
# Install require global applications
- npm install -g typings
- npm install -g typescript
# Install local dependencies
npm install
# Run the application
npm start
## Sample Markup
Example:
```html
```