UNPKG
appit-cordova-plugin-ionic
Version:
latest (5.5.4)
5.5.4
5.5.3
Ionic Cordova SDK
github.com/appit-online/appit-ionic-plugin
appit-online/appit-ionic-plugin
appit-cordova-plugin-ionic
/
www
/
ngx
/
index.ts
6 lines
(4 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
import { Injectable } from
'@angular/core'
; import { DeployClass } from
'../index'
;
@Injectable
() export
class
Deploy
extends
DeployClass
{ }