angular - how to adding framework7 in ionic2 -


how can use framework7 in ionic2 project?

i install framework7 in ionic2 project:

npm framework7 --save 

what want add typescript definition project this link

but not sure how that.

you can manually copy file or use tool typings.

typings install framework7=github:jasonkleban/framework7.d.ts/framework7.d.ts#e31bad1d988d0471e2edcd17d8fa1fbf6d3a62b8/ --global --save 

you open issue author contribute file definitelytyped.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -