UNPKG
@d2d/cordova-plugin-ionic
Version:
beta (5.4.8-dev)
latest (5.4.8)
5.4.8
5.4.8-dev
5.4.7-dev
Ionic Cordova SDK
@d2d/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
{ }