Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. export class CompanySliderComponent implements OnInit {
  2. constructor(private ngxSiemaService: NgxSiemaService) {}
  3.  
  4. ngOnInit() {}
  5.  
  6. options: NgxSiemaOptions = {
  7. selector: ".siema",
  8. duration: 1000,
  9. loop: true,
  10. perPage: {
  11. 420: 2,
  12. 768: 2,
  13. 1024: 4,
  14. 1300: 6,
  15. 1500: 8
  16. }
  17. };
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement