I'm trying to get ngCordova typings but both tsd and typings fail:
If I execute:
tsd install ng-cordova --save
It Outputs;
zero results
If I execute:
typings install dt~ng-cordova --save --global
It outputs:
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
I also tried searching, but no look either
tsd query ng-cordova
Outputs;
zero results
typings search --name ng-cordova
Outputs:
No results found for search
What happened with ngCordova typings? I know they are there: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/ng-cordova
How can I get the typings for ngCordova?
Try using below for searching all the typings for individual
ng-cordovaservices:This will return the result
So based on above results you can search a specific typing as:
When you have found the typing, you can install it as below:
Note: All the above works with typings version
0.8.1