Is there a way to incorporate framework7
into a ionic2
project?
I have successfully installed framework7
in my ionic2
project using the following command:
npm i framework7 --save
My next step is to add the typescript
definition to the project by downloading it from this link
However, I am unsure of how to proceed with this.