mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(package): bump dependencies and lint rules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||
|
||||
export interface PhotoViewerOptions {
|
||||
/**
|
||||
@@ -39,6 +39,6 @@ export class PhotoViewer extends IonicNativePlugin {
|
||||
* @param title {string}
|
||||
* @param options {PhotoViewerOptions}
|
||||
*/
|
||||
@Cordova({sync: true})
|
||||
show(url: string, title?: string, options?: PhotoViewerOptions): void { }
|
||||
@Cordova({ sync: true })
|
||||
show(url: string, title?: string, options?: PhotoViewerOptions): void {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user