Archive of: November, 2016
-
Resolving Ionic serve no index.html in www folder error
Saturday 26th November, 2016 - 2:51pmIf you've recently upgraded to Ionic 2 RC 3 you might experience errors similar to the following when trying to run the ionic serve command:
Error: ENOENT: no such file or directory, open '/projects/myApp/www/index.html'
Fixing this is, thankfully, quite simple.
-
Basic navigation in Ionic
Saturday 26th November, 2016 - 1:00pmNavigation has changed significantly since Ionic v1; the framework now brings with it the concept of the navigation stack...
-
Template strings & interpolation
Tuesday 22nd November, 2016 - 8:56pmTypeScript brings with it a host of features and functionality not found in pre-ES6 JavaScript, the most underrated of these, in my humble opinion, being that of template strings and interpolation.
-
Ionic 2 technologies
Sunday 20th November, 2016 - 9:18pmIonic 2 is built on a range of software tools from modern front-end development frameworks and programming languages to an extensive plugin API and powerful command line utilities.
In this post we'll cover the core technologies used by Ionic 2 and why they matter to you as a mobile app developer.