There is for example such a site by opening the console (Ctrl + F12), you can easily see what the site is built on. On the DOM tree, you can see the use of ionicframework in conjunction with angularjs. The question is does it make sense to use similar technologies to implement a mobile application? As a result, I need to get the application working correctly on devices and running SEO (! Important). For the development of the frontend it is planned angular (SPA) + api.

  • Ionic is not just AngularJS, but angular + native functions of devices in conjunction with a cord. Therefore, if you plan to use the native functions of the device, then you need it. - mix
  • @mix, Ionik is not associated with an angular at all. - Grundy
  • @Grundy you are mistaken. Ionic is based on AngularJS - mix
  • @mix, but Ionika doesn't need an angular for his work - Grundy
  • @Grundy you'd better read the documentation and look at the sample code. - mix

0