refactor(template): update Inject decorator
This commit is contained in:
parent
8b53c04dc5
commit
c5ae6362d7
scripts/templates
@ -43,7 +43,9 @@ import { Observable } from 'rxjs';
|
|||||||
installVariables: [], // OPTIONAL the plugin requires variables
|
installVariables: [], // OPTIONAL the plugin requires variables
|
||||||
platforms: [] // Array of platforms supported, example: ['Android', 'iOS']
|
platforms: [] // Array of platforms supported, example: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable({
|
||||||
|
providedIn: 'root'
|
||||||
|
})
|
||||||
export class {{ PluginName }} extends IonicNativePlugin {
|
export class {{ PluginName }} extends IonicNativePlugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -43,7 +43,9 @@ import { Observable } from 'rxjs';
|
|||||||
installVariables: [], // OPTIONAL the plugin requires variables
|
installVariables: [], // OPTIONAL the plugin requires variables
|
||||||
platforms: [] // Array of platforms supported, example: ['Android', 'iOS']
|
platforms: [] // Array of platforms supported, example: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable({
|
||||||
|
providedIn: 'root'
|
||||||
|
})
|
||||||
export class {{ PluginName }} extends IonicNativePlugin {
|
export class {{ PluginName }} extends IonicNativePlugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user