Hi, I like your tutorials and I am following your video on my project. Could you please tell me how to add (click) element on ion-select-option in order to navigate to different pages from the options.
@tejasayarekar39612 жыл бұрын
Simple and meaningful explanation 👍👍l ✌️ i understood very well
@HOSTRASOKYRA Жыл бұрын
This is awesome tutorial!
@jonasmacapagal50642 жыл бұрын
Oh men. You're such a great teacher. hehehehe.
@f1234411231 Жыл бұрын
thx for the awesome tutorial!
@carlosriverahn3 жыл бұрын
Great video, tanks.
@itwithpauloalves3 жыл бұрын
Thanks for watching :)
@itwithpauloalves3 жыл бұрын
Links: Ionic Framework: ionicframework.com Github: github.com/paulorsaf Doubts? Join me on Discord: discord.gg/z92XBeHq6F
@zahidshaikh31223 жыл бұрын
Love from India.
@belaynehteshome1548Ай бұрын
Hello Paulo, your videos are helping me a lot and I thank you for that. Could you please help me how to fix the error called "Chrome 130.0.0.0 (Windows 10) AppComponent should have urls FAILED" while testing?
@rahulghodmare53943 жыл бұрын
Hello Sir, I am Your New Subscriber .Actually sir, I just started to learning Ionic from one Month. When I search on youtube there is old videos of Ionic but it is the only channel which is new videos. So I request when u make videos please give the information which editor used for coding, Version of node, Cordova and Ionic .All the information below the description.
@itwithpauloalves3 жыл бұрын
thanks for following, rahul. Good idea, I will do that.
@adnanganie53413 жыл бұрын
Great job bro, please use storage to save login data first time.
@itwithpauloalves3 жыл бұрын
thanks for the comment, adnan. I will for sure use storage to save the user token after the user logs in, so I can keep the user logged in on the next time the user enters the app.
@md.al-aminal-amin51873 жыл бұрын
excellent job when publishing the next video?
@itwithpauloalves3 жыл бұрын
Thanks!! I am posting one per week, but thinking about to increase the amount to two per week!! Let's see :D Next videos of Ionic are gonna be really cool!!
@davis01663 жыл бұрын
@@itwithpauloalves thanks bro!!!
@ilhamsyahmin44352 жыл бұрын
i run the npm test. but the karma shows my component is not a known element. how can i solve it? send help please :(
@ahoussimea71643 жыл бұрын
Great job, tell me how to generate apk?
@itwithpauloalves3 жыл бұрын
Take a look at this: ionicframework.com/docs/cli/commands/cordova-build
@dickwans2 жыл бұрын
@@itwithpauloalves Are you going to show how to do it with capacitor too
@rishabhsharma7756 ай бұрын
To navigate on click, I only have to add code in "component.ts". No need to add any code in "component.spec.ts". May be in newer version, they made easier to navigate by excluding spec.ts file.
@agerken6 ай бұрын
The code in component.spec.ts is only the test code. The functionality always works without tests but with the tests you can ensure that everything works the way you wanted it to work.