New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular2-useful-swiper

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-useful-swiper - npm Package Compare versions

Comparing version 5.0.0-alpha.1 to 5.0.0

2

package.json
{
"name": "angular2-useful-swiper",
"version": "5.0.0-alpha.1",
"version": "5.0.0",
"description": "Use iDangero.us's Swiper in Angular.",

@@ -5,0 +5,0 @@ "directories": {},

@@ -136,3 +136,3 @@ ## angular2-useful-swiper

config: Object = {
config: SwiperOptions = {
pagination: '.swiper-pagination',

@@ -224,6 +224,12 @@ paginationClickable: true,

To access the swiper instance and all of it's properties, methods and events use a viewchild.
To access the swiper instance and all of it's properties, methods and events use a viewchild to get the component.swiper property.
```typescript
@ViewChild('usefulSwiper') usefulSwiper: SwiperComponent;
...
next() {
this.usefulSwiper.swiper.slideNext();
}
```

@@ -230,0 +236,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc