Is tutorial wrong on Ionic site?
The import is in fact wrong and should be 'ionic-framework/ionic' as you discovered. As far as the nav parameter, you have a couple options. Either give it an access modifier (private, public, etc.)...
View ArticleHow make couple http calls before changing page
If I were you, I'd really look deeper into the rxjs library that angular 2 uses. It's much more powerful than Promises, and has a couple of options for doing exactly what you're looking for. However,...
View ArticleIonic RAM memory problem
Hello, I have a problem with my Ionic application. The problem is that the application doesn't release the RAM. On each views change, the RAM increases (Up to 400MB and then the app just close). This...
View ArticleIonic RAM memory problem
Hello, I have the same issue, can anyone help us ? Thanks for reply.Best regards
View ArticleSQL server with ionic
Hello everyone.I will work with an existing SQL server database, do I have to connect with it and retrieve and update the data using API's ?if I have to use API, how to implement an API ? I have no...
View ArticleRatings component
Hi all,I am looking for a rating component in ionic2 (Like this), can anyone give me any leads?
View ArticleSQL server with ionic
You can use WebAPI+Entity Framework to create API . which fetch data from sql server and provide data to user via API.
View ArticleRatings component
check these one http://angular-tips.com/blog/2015/10/creating-a-rating-directive-in-angular-2/http://plnkr.co/edit/0lfYTAoREUD8BUtTxpS1?p=preview
View ArticleSQL server with ionic
so you mean I have to use the API ? and what do you mean by Entity framework ? can you give me examples and explain more please thanks a lot
View ArticleSQL server with ionic
thanks a lot!but I'm working on iMac ? can I download visual studio on it ? thanks again .
View ArticleSQL server with ionic
Nouf_kh: can I download visual studio on it ? Yes, You can use visual studio code https://code.visualstudio.com/Download
View ArticleWhere can I find the Nobe.js-V4.2.6 LTS on my mac
it is called node.js and not nobe.js.
View Article$ionicView events not firing
This worked for me. It took me a while to get it to work. I tried reload:true and some state redirections but found this to be the neatest solution. controller $scope.$on("$ionicView.enter", function...
View ArticleProblem with $ionicHistory
Hi, I'm developing an app where the user first comes to home screen like this .state('home', { url: '/', templateUrl: 'templates/home.html', controller: 'HomeCtrl' }) and then user goes to login view...
View ArticleCustom directives not showing in emulator
Was this ever figured out @Mackelito ? I can't get my directives to show up on the emulator or on a device
View ArticleProblem with $ionicHistory
i think you do not need this part in your $state.go jsjaskaran: , {location:"replace", reload:true}
View ArticleStarter CodePen for Ionic 2 to demonstrate functionality or use to show issues
Try this one:https://github.com/driftyco/ionic2-starter-tutorial ionic start myTutorial tutorial --v2 it is updated eleven days ago.. so maybe it is working^^
View Article