mytrips
Showing
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"@angular/http": "4.4.3", | "@angular/http": "4.4.3", | ||
"@angular/platform-browser": "4.4.3", | "@angular/platform-browser": "4.4.3", | ||
"@angular/platform-browser-dynamic": "4.4.3", | "@angular/platform-browser-dynamic": "4.4.3", | ||
"@ionic-native/call-number": "^4.7.0", | |||
"@ionic-native/core": "3.12.1", | "@ionic-native/core": "3.12.1", | ||
"@ionic-native/date-picker": "^4.7.0", | "@ionic-native/date-picker": "^4.7.0", | ||
"@ionic-native/facebook": "^4.6.0", | "@ionic-native/facebook": "^4.6.0", | ||
... | @@ -32,6 +33,7 @@ | ... | @@ -32,6 +33,7 @@ |
"@ionic-native/toast": "^4.7.0", | "@ionic-native/toast": "^4.7.0", | ||
"@ionic/storage": "2.0.1", | "@ionic/storage": "2.0.1", | ||
"angularfire2": "^5.0.0-rc.10", | "angularfire2": "^5.0.0-rc.10", | ||
"call-number": "^1.0.1", | |||
"cordova-android": "^7.1.0", | "cordova-android": "^7.1.0", | ||
"cordova-plugin-datepicker": "^0.9.3", | "cordova-plugin-datepicker": "^0.9.3", | ||
"cordova-plugin-device": "^1.1.4", | "cordova-plugin-device": "^1.1.4", | ||
... | @@ -78,10 +80,11 @@ | ... | @@ -78,10 +80,11 @@ |
}, | }, | ||
"cordova-plugin-datepicker": {}, | "cordova-plugin-datepicker": {}, | ||
"cordova-plugin-request-location-accuracy": {}, | "cordova-plugin-request-location-accuracy": {}, | ||
"cordova-plugin-network-information": {} | "cordova-plugin-network-information": {}, | ||
"mx.ferreyra.callnumber": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
src/pipes/pipes.module.ts
0 → 100644
src/pipes/search/search.ts
0 → 100644
Please
register
or
sign in
to comment