- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我正在尝试获取 ngCordova 类型,但 tsd 和类型都失败了:
如果我执行:
tsd install ng-cordova --save
它输出;
zero results
如果我执行:
typings install dt~ng-cordova --save --global
输出:
typings ERR! message Unable to find "ng-cordova" ("dt") in the registry. Did you want to try searching another source? Also, if you want contribute these typings, please help us: https://github.com/typings/registry typings ERR! caused by https://api.typings.org/entries/dt/ng-cordova/versions/latest responded with 404, expected it to equal 200
我也试过搜索,但也没看
tsd query ng-cordova
输出;
zero results
typings search --name ng-cordova
输出:
No results found for search
ngCordova 类型发生了什么?我知道他们在那里:https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/ng-cordova
如何获取 ngCordova 的类型?
最佳答案
尝试使用下面的方法搜索单个 ng-cordova
服务的所有类型:
typings search ng-cordova
这将返回结果
Viewing 17 of 17 NAME SOURCE HOMEPAGE DESCRIPTION VERSIONS UPDATED
ng-cordova/actionsheet dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/appavailability dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/app-version dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/badge dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/camera dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/datepicker dt https://github.com/VitaliiBlagodir/cordova-plugin-datepicker
ng-cordova/device dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/devicemotion dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/deviceorientation dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/dialogs dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/emailcomposer dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/file dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/filetransfer dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/geolocation dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/network dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/toast dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/tsd dt https://github.com/driftyco/ng-cordova 1 2015-12-02T00:06:10.000Z
因此,根据以上结果,您可以搜索特定类型:
typings search ng-cordova/toast
当你找到打字后,你可以安装它如下:
typings install ng-cordova/toast
注意:以上所有内容均适用于打字版本 0.8.1
关于typescript - ngCordova 的类型似乎丢失了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37529131/
我正在尝试使用 Ionic 和 ngCordova 录制音频。 这是我的代码: $scope.captureAudio = function() { var options = { limit: 3,
我正在尝试获取 ngCordova 类型,但 tsd 和类型都失败了: 如果我执行: tsd install ng-cordova --save 它输出; zero results 如果我执行: ty
我正在尝试使用' https://github.com/danwilson/google-analytics-plugin.git ' 带有 ngCordova 的插件。我已经添加了插件并在我的 Co
我正在 ng-Cordova 上构建一个项目。我尝试了很多例子来使用谷歌进行日志记录。我的需要是使用谷歌帐户登录我的应用程序。我有登录按钮。当我单击按钮时,它需要重定向到谷歌帐户并使用谷歌帐户登录,然
我在Ionic应用程序中使用ngCordova LocalNotification插件来安排设备上的通知并将其发送到本地。我的应用要求每次发送前一条通知时安排新的通知。 我正在使用$ cordovaL
我正在 ionic(angular + cordova)上开发应用程序,为了访问我使用 ngCordova 的 cordova 插件(angular 的 cordova 插件实现)。我有一个 $cor
我正在使用 ngcordova contacts plugin检索应用程序中的联系人。我想知道是否可以只获取至少有一个电话号码的联系人。 我使用了以下代码,它返回包含电子邮件但不包含电话号码的我的谷歌
我在我的 Ionic 应用程序中使用 ngCordova LocalNotification 插件,我试图让它以随机时间跨度重复。 例如,用户将触发通知在 1 分钟内启动,然后我需要在另外 2 分钟内
ngCordova getUUID() 返回设备未定义 我正在使用 Ionic 框架构建移动应用程序,我需要检索设备 UUID我使用 ngCordova 使用这里的缩小版本 ngCordova ! 这
我正在尝试将图像上传到我的 FTP。 到目前为止我所取得的成就是在这个 plnkr 我的cordova文件传输看起来像 $scope.upload =function(){ var opt
为了合并 Toastr ngCordova 插件..我按照以下步骤操作 凉亭安装 ngCordova 在我的应用中包含 ngCordova angular.module('app', ['ionic'
最近,我遇到了一些应用程序,它们能够在推送通知到达时在应用程序抽屉/锁定屏幕中向我显示图片(以及一些文本)。我想知道是否可以使用 Ionic/Angular/ngCordova 堆栈来实现此功能。 最
我试图确保我使用的是最新版本,因为我的 ngCordova 媒体插件由于某种原因无法工作。 我收到此错误: npm WARN locking Error: EACCES, open '/Users/S
我尝试在安装 Bower 后安装 ngCordova,但出现错误Bower 未被识别为内部命令任何想法如何解决此问题 最佳答案 首先使用以下命令检查您的计算机是否安装了 Bower bower -v
我有个小问题。我在 visual studio 2015 中启动了一个空的 cordova 应用程序,只是为了进行一些测试,我想在我的应用程序中尝试 ng-cordova 插件(没有 ionic )。
应用程序的目标:在应用程序处于前台和后台时获取每次移动的地理位置并记录位置。 我已经尝试了很多代码和组合,但我无法让它工作(2 天后...)。 经典地理定位 (getCurrentPosition)
我目前正在使用 ionic/ngcordova 构建一个 android 应用程序。我正在实现推送通知。我已经将推送通知实现为在 app.run(function(){..}) 注入(inject)的
我正在尝试将 native fb 连接添加到我的 ionic 应用程序。 我正在使用: - ionic - ngCordova - http://ngcordova.com/docs/plugins/
我正在尝试使用 readAsText ngCordova 插件读取 CSV 文件的内容。 只有当文件编码为unicode时我才能做到这一点,但大多数CSV文件都是Shift-JIS。当文件为 Shif
我已经安装了 cordova inapp 浏览器插件来添加社交 Facebook 登录。问题是,在我的应用程序中,我只允许通过 Facebook 登录,而不允许注册。在我的网络应用程序上,如果该用户已
我是一名优秀的程序员,十分优秀!