UNPKG
generator-ionic-suc
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
ionic1 with webpack
github.com/ylzc/generator-ionic-suc
ylzc/generator-ionic-suc
generator-ionic-suc
/
generators
/
app
/
templates
/
src
/
services
/
myCordova.js
10 lines
(7 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
"./ionic-cordova/src/plugins/toast"
;
const
name
=
'myCordova'
; angular .
module
(name, [
'ionCordova.plugins.toast'
, ]) export
default
name;