ksachdeva / angular-swiper

Angular directive for nolimits4web/Swiper
Apache License 2.0
197 stars 94 forks source link

Compatibilty with Angular2 #30

Closed prijindal closed 8 years ago

prijindal commented 8 years ago

Any plans to make it compatible with the new angular version??

ksachdeva commented 8 years ago

Just pushed an example angular 2 application using swiper. Will updating it with more examples (and features in coming days)

https://github.com/ksachdeva/angular2-swiper-example

Will later extract the component in its own project (have to figure out how to publish typescript based modules first)

ksachdeva commented 8 years ago

Ok. Figured out how to write npm modules that have been written using typescript.

https://github.com/ksachdeva/angular2-swiper contains the swiper component for Angular 2 https://github.com/ksachdeva/angular2-swiper-example contains the example that makes use of swiper component