Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 170 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 170 Bytes

This is the begining of the new Angular 2+ swipper component

Usage example:

<swiper>
  <div saSwiperEl *ngFor='let item of items'>
    <img>
  </div>
</swiper>