Ionic 4 type angular vs ionic-angular

What is the difference between the two types of ionic 4 project: angular and ionic-angular?

2 Likes

Any idea to this? I need to know the differences

Hi, @AhmadAlMunajjed @NurGuz
If you run the command ionic start projectname --type=ionic-angular it’ll create the project of ionic version 3.
and if you run the command ionic start projectname --type=angular it’ll create the project of ionic version 4.

6 Likes