refactor(lib): run prettier

This commit is contained in:
Daniel Sogl
2020-05-16 14:40:49 +02:00
parent f5133c691d
commit 511a02d50b
326 changed files with 3079 additions and 4092 deletions
@@ -27,15 +27,13 @@ import { CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
pluginRef: 'window.Ionic.WebView',
repo: 'https://github.com/ionic-team/cordova-plugin-ionic-webview',
platforms: ['Android', 'iOS'],
install: 'ionic cordova plugin add cordova-plugin-ionic-webview'
install: 'ionic cordova plugin add cordova-plugin-ionic-webview',
})
@Injectable()
export class WebView extends IonicNativePlugin {
/**
* Convert a `file://` URL to a URL that is compatible with the local web server in the Web View plugin.
*/
@CordovaProperty()
convertFileSrc: (url: string) => string;
}