Reputation: 169
I want to know that can i use ionic with angular version 1 to builds App. If yes than which version of ionic will matter in that case, means which version of ionic have to use with angular version 1. Can i use the latest ionic version with angular version 1.I searched out but did not find any detail answer
Upvotes: 0
Views: 116
Reputation: 116
Ionic V1 docs supports angular version1. You need to install the Ionic version 2.2.1 and you can use the ionic framework docs v1 in your application with angular 1.
npm install -g [email protected]
use this command to install ionic.
I hope this will help you.
Upvotes: 1