An open API service indexing awesome lists of open source software.

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

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








```