chore(repo): rename ionic related interfaces

This commit is contained in:
Daniel Sogl
2021-09-27 17:20:56 +02:00
parent c81fbd7bbf
commit e588d96214
217 changed files with 476 additions and 440 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
*
*/
import { Injectable } from '@angular/core';
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, AwesomeCordovaNativePlugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';
/**
@@ -44,7 +44,7 @@ import { Observable } from 'rxjs';
platforms: [] // Array of platforms supported, example: ['Android', 'iOS']
})
@Injectable()
export class {{ PluginName }} extends IonicNativePlugin {
export class {{ PluginName }} extends AwesomeCordovaNativePlugin {
/**
* This function does something