How to check if I am develpoing in Ionic 1 or Ionic 2

Hi guyz,
I am trying to make an app on angular js 1,
How can I make sure that I am using Ionic 1 only (Not Ionic 2)
Is there any command for it , to create project in Ionic 1 only???

Hi @2909sanjay

ionic start myproject tabs --type ionic1

this will help to create a project in ionic1

2 Likes

thank you @thaker
that did the job