When i'm running any of these commands in git bash windows
tsd query angular-material
tsd query angular
tsd install angular angular-material
every time i'm getting this message " >> zero results "
tsd
is deprecated (you can see it here). The following steps helped me install the type definitions.
In the application folder
Run the following commands
npm init
npm install --save @types/angular
npm install --save @types/jquery
npm install --save @types/lodash
replace the code with npm install --save @types/angular or npm install --save @types/jquery or npm install --save @types/angular-material
Thats it... Yor are done..!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With