bonsoir...Monsieur Srinivas Tamada je suis un jeune africain et je tiens à vous remercier très humblement pour vos tutos qui m'ont beaucoup aider...Merci monsieur
thnak you Srinivas Tamada, I have a question about tabs with ionic 5, ¿Why when we did logout and login again, the tabs feed not in in the NgOnInit() function again? just in the first time.
please help How to use page transition animation from WelcomePage to LoginPage or from WelcomePage to SignupPage, routerLink and routerDirection doesn't work
hi Srinivas i have watching your video but when i run ionic start tabs, i get the different structure on my project. i cant find tab1 until tab3 and the home page is already exist inside pages , and the tab module is inside in pages too. it is normal or not?
I have a problem 'ion-slides' is not a known element: If 'ion-slides' is an Angular component, then verify that it is part of this module. 2. If 'ion-slides' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Tried doing the same but when i run it shows a blank page then manually I need to add /index then it shows welcome. But again if I write localhost:8100/login it gives error and then if i write localhost:8100/index/login then it works. Y so?
Hello sir, i followed exactly according to ur video, but i found this error: core.js:6228 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'login' Error: Cannot match any routes. URL Segment: 'login' what should i do? i checked everything but still the system cant find 'login'
Good tutorial.. I have 2 questions (1) if i use ionic storage, so will it use indexedDb in all these ( web browser, android and ios) to store data ? (2) ionic with SQLite database: It includes database on (android and ios) but does it use SQLite on web browsers as well ? If yes,well and good If no - do we need to write any code so that that functionality can work on web browsers as well?
ion-slide is not a know element. You need to add CUTOM_ELEMENTS_SCHEMA to schemas in your NgModule???? Example. import{ NgModule, CUSTOM_ELEMENTS_SCHEMA} from '@angular/core'; ... @NgModule({ imports: [], schemas: [CUSTOM_ELEMENTS_SCHEMA] }) ... It's possible? I don't Know
@@manuel71199 it is simple to fix go to your app.module.ts and under @NgModule imports write IonicModule.forRoot() then go to the component.module.ts and write in the imports IonicModule hope it works
the same happened to me, go to component.module.ts and at the following in the imports: import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; and at @NgModule add the following: schemas: [ CUSTOM_ELEMENTS_SCHEMA ]
Hello srinivas, can you show how the data pass in secure pages through id because it's given error router url not found. so please make one video on this topic.
nice walk-through, was able code with ionic 6. would have been better if you started with the blank template. also your routing setup could be refined and made better, for example don't need the index page, just to put in another router outlet. also it should be "ion-router-outlet" , not angular's "router-outlet".
Very good explanation !!! Thank you. May you please make a tutorial for uploading file to server with Ionic 5 ? I spent all my time with so much not working tutorials :( Please, please !!!
thank you for information i got following error when i click login Access to XMLHttpRequest at 'localhost:5001/api/login' from origin 'localhost:8100' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
bonsoir...Monsieur Srinivas Tamada je suis un jeune africain et je tiens à vous remercier très humblement pour vos tutos qui m'ont beaucoup aider...Merci monsieur
Thank you so much !!! I started new studies for mine 40 years old in IT and your video is perfect for to learn and my project in ionic angular !!
Great tutorial, probably the best i have ever seen on ionic
It is not Ionic 5, it is Ionic CLI 5, but the version of Ionic is 4
I followed along with ionic 6
thnak you
Srinivas Tamada, I have a question about tabs with ionic 5, ¿Why when we did logout and login again, the tabs feed not in in the NgOnInit() function again? just in the first time.
Which extension you are using in vs code
if u have error with slide view
only add IonicModule.forRoot() in @NgModule and add import { IonicModule } from '@ionic/angular';
I wanna know, on click of button in website, how to open ionic app.
Why my errors at ion-slides is still not fix? and also my ion-button start. Help me
please i had an error when i run the ionic build -- prod command
Hi, I've installed augury extension but I don't see the "Router tree" tab. any suggestions? thank you.
augury router tree is not showing . can you tell me why this happen?
i need some help regarding ion-footer,due to mobile navigation button ion-footer hide
Sir when it followed your instruction for slide rotating on welcome page then why the y axis scroll coming. Please explain.
Thanks . Can you pls tell me which files are need to be updated ( like my all name , app id author etc ) before to build ionic apk ..
please help
How to use page transition animation from WelcomePage to LoginPage or from WelcomePage to SignupPage, routerLink and routerDirection doesn't work
Me too
Kudos to you sir! This is the best tutorial I've watched so far. Well explained and informative!
hey Srinivas hardware backbutton is not working..
how to solve it?
Why my internet based ionic app not working when building to android?
Hi Srinivas, can you please tell me how to make a list expandable in ng-repeat with show more and less icon.
Thank you.
Page Transition Animation not working on ionic 5
hi Srinivas i have watching your video but when i run ionic start tabs, i get the different structure on my project. i cant find tab1 until tab3 and the home page is already exist inside pages , and the tab module is inside in pages too. it is normal or not?
I have a problem 'ion-slides' is not a known element:
If 'ion-slides' is an Angular component, then verify that it is part of this module.
2. If 'ion-slides' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Same here
How can solve this??
Tried doing the same but when i run it shows a blank page then manually I need to add /index then it shows welcome. But again if I write localhost:8100/login it gives error and then if i write localhost:8100/index/login then it works. Y so?
Hello sir, i followed exactly according to ur video, but i found this error:
core.js:6228 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'login'
Error: Cannot match any routes. URL Segment: 'login'
what should i do? i checked everything but still the system cant find 'login'
Good tutorial..
I have 2 questions
(1) if i use ionic storage, so will it use indexedDb in all these ( web browser, android and ios) to store data ?
(2) ionic with SQLite database:
It includes database on (android and ios) but does it use SQLite on web browsers as well ?
If yes,well and good
If no - do we need to write any code so that that functionality can work on web browsers as well?
Unless I'm mistaken the idea of Ionic Storage is that it's a wrapper for indexedDb and SQLite and will use whichever is preferred by the platform
The best tutorial. Thankssss
Hi, where is the source code for this tutorial?
i have an error when i build --prod, this is my error : ng.cmd run app:build:production exited with exit code 127.
please help..
Hi, i am facing issue, uncaught (in promise) error. Cannot match any routes. URL segment: welcome.
Can anyone please help
ion-slide is not a know element. You need to add CUTOM_ELEMENTS_SCHEMA to schemas in your NgModule???? Example.
import{ NgModule, CUSTOM_ELEMENTS_SCHEMA} from '@angular/core';
...
@NgModule({
imports: [],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
...
It's possible? I don't Know
I get the same error :c
@@manuel71199 it is simple to fix
go to your app.module.ts and under @NgModule imports write IonicModule.forRoot()
then go to the component.module.ts and write in the imports IonicModule
hope it works
the same happened to me, go to component.module.ts and at the following in the imports:
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
and at
@NgModule add the following:
schemas: [ CUSTOM_ELEMENTS_SCHEMA ]
only add IonicModule.forRoot() in @NgModule and add import { IonicModule } from '@ionic/angular';
@@lyrics9038 Thanks it works on me :)
I request to create combine sidemenu and tabs menu in this project
Hello srinivas,
can you show how the data pass in secure pages through id because it's given error router url not found. so please make one video on this topic.
hey srinivas , make a google native authnication with firebase video
Me ajuda com a instalação do wallscript comprei de você mandei varios email e você não responde pode me ajudar.
nice walk-through, was able code with ionic 6. would have been better if you started with the blank template. also your routing setup could be refined and made better, for example don't need the index page, just to put in another router outlet. also it should be "ion-router-outlet" , not angular's "router-outlet".
HoW to redirect directly to feed ?
Set your routing config in app.routing to feed after login or signup
Please make a token based authentication using PHP as backend and
Ionic 5
its all api @Aayush it will be easy if you use a framework like laravel or zend for this
@@unyimeakn9615 how about CI?
Hi can any one help me
I have this error could you help me please
[ERROR] ng has unexpectedly closed (exit code 127
Very good explanation !!! Thank you. May you please make a tutorial for uploading file to server with Ionic 5 ? I spent all my time with so much not working tutorials :( Please, please !!!
Put the next video links
network issues appear...
Plz make a vedio on CI/CD of flutter
Thank very very much
thankyou brother,, for your time and knowledge
more ui design to ionic code please
thank you so much, this helped me a lot !
thank you for information
i got following error when i click login
Access to XMLHttpRequest at 'localhost:5001/api/login' from origin 'localhost:8100' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I don't know if is too late for my comment but maybe you are working under a VPN or in a public wifi, I have the same issue when I work on Starbucks.
great!
awesome
nice video :)
thankyou
Yes make this tutorial plz
Thanks bro