New Ionic 5 Angular 8 Welcome Page with Login, Sign Up and Home Tabs using Capacitor

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 72

  • @nathanaelpambou9648
    @nathanaelpambou9648 2 года назад

    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

  • @christophegremy9055
    @christophegremy9055 4 года назад

    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 !!

  • @georgehap2866
    @georgehap2866 4 года назад +4

    Great tutorial, probably the best i have ever seen on ionic

  • @sanjaykumar2763
    @sanjaykumar2763 5 лет назад +29

    It is not Ionic 5, it is Ionic CLI 5, but the version of Ionic is 4

  • @anroswell
    @anroswell 4 года назад +1

    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.

  • @ashisdey9126
    @ashisdey9126 5 лет назад +1

    Which extension you are using in vs code

  • @danmed2356
    @danmed2356 5 лет назад +4

    if u have error with slide view
    only add IonicModule.forRoot() in @NgModule and add import { IonicModule } from '@ionic/angular';

  • @Jasmin2936
    @Jasmin2936 3 года назад

    I wanna know, on click of button in website, how to open ionic app.

  • @muhammadfarkhan9105
    @muhammadfarkhan9105 2 года назад

    Why my errors at ion-slides is still not fix? and also my ion-button start. Help me

  • @ayaabababakenneth9336
    @ayaabababakenneth9336 3 года назад

    please i had an error when i run the ionic build -- prod command

  • @StefanBanu
    @StefanBanu 4 года назад

    Hi, I've installed augury extension but I don't see the "Router tree" tab. any suggestions? thank you.

  • @nameless-heart
    @nameless-heart 4 года назад

    augury router tree is not showing . can you tell me why this happen?

  • @abhashsingh6293
    @abhashsingh6293 4 года назад

    i need some help regarding ion-footer,due to mobile navigation button ion-footer hide

  • @1abhishek
    @1abhishek 4 года назад

    Sir when it followed your instruction for slide rotating on welcome page then why the y axis scroll coming. Please explain.

  • @kuntalbhatt
    @kuntalbhatt 4 года назад

    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 ..

  • @aaginsa4256
    @aaginsa4256 4 года назад +1

    please help
    How to use page transition animation from WelcomePage to LoginPage or from WelcomePage to SignupPage, routerLink and routerDirection doesn't work

  • @RenzrockGaming
    @RenzrockGaming 4 года назад

    Kudos to you sir! This is the best tutorial I've watched so far. Well explained and informative!

  • @smiralpanchal4866
    @smiralpanchal4866 4 года назад

    hey Srinivas hardware backbutton is not working..
    how to solve it?

  • @mithuns8410
    @mithuns8410 4 года назад

    Why my internet based ionic app not working when building to android?

  • @themysteryman-e2j
    @themysteryman-e2j 4 года назад

    Hi Srinivas, can you please tell me how to make a list expandable in ng-repeat with show more and less icon.
    Thank you.

  • @treelapat
    @treelapat 4 года назад

    Page Transition Animation not working on ionic 5

  • @herimaulana5707
    @herimaulana5707 5 лет назад +1

    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?

  • @angelgonzalezaegm
    @angelgonzalezaegm 4 года назад

    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.

  • @BhavikShah28
    @BhavikShah28 4 года назад

    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?

  • @richardjong508
    @richardjong508 4 года назад +1

    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'

  • @jamespeterson7824
    @jamespeterson7824 4 года назад

    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?

    • @dvmachurst7632
      @dvmachurst7632 4 года назад +1

      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

  • @brunocordovaa
    @brunocordovaa 3 года назад

    The best tutorial. Thankssss

  • @y031962
    @y031962 4 года назад

    Hi, where is the source code for this tutorial?

  • @rdptv474
    @rdptv474 4 года назад

    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..

  • @rizbanansari4170
    @rizbanansari4170 4 года назад

    Hi, i am facing issue, uncaught (in promise) error. Cannot match any routes. URL segment: welcome.
    Can anyone please help

  • @oslar7126
    @oslar7126 5 лет назад +1

    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
      @manuel71199 5 лет назад

      I get the same error :c

    • @lyrics9038
      @lyrics9038 5 лет назад +3

      @@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

    • @AndreBP98
      @AndreBP98 5 лет назад +2

      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 ]

    • @danmed2356
      @danmed2356 5 лет назад +2

      only add IonicModule.forRoot() in @NgModule and add import { IonicModule } from '@ionic/angular';

    • @florentinoriana1518
      @florentinoriana1518 4 года назад

      @@lyrics9038 Thanks it works on me :)

  • @webknowledgeentertainment
    @webknowledgeentertainment 4 года назад

    I request to create combine sidemenu and tabs menu in this project

  • @BGMI_With_Random
    @BGMI_With_Random 4 года назад

    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.

  • @SatyajitBehera319
    @SatyajitBehera319 4 года назад +1

    hey srinivas , make a google native authnication with firebase video

  • @cleitonfmiranda
    @cleitonfmiranda 2 года назад

    Me ajuda com a instalação do wallscript comprei de você mandei varios email e você não responde pode me ajudar.

  • @RajinderYadav
    @RajinderYadav 3 года назад

    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".

  • @lucdotdev
    @lucdotdev 5 лет назад

    HoW to redirect directly to feed ?

    • @kumaravelanbu1017
      @kumaravelanbu1017 5 лет назад +1

      Set your routing config in app.routing to feed after login or signup

  • @aayushsingh4558
    @aayushsingh4558 5 лет назад +3

    Please make a token based authentication using PHP as backend and
    Ionic 5

    • @unyimeakn9615
      @unyimeakn9615 5 лет назад

      its all api @Aayush it will be easy if you use a framework like laravel or zend for this

    • @herimaulana5707
      @herimaulana5707 5 лет назад

      @@unyimeakn9615 how about CI?

  • @dodododo-gj1xd
    @dodododo-gj1xd 4 года назад

    Hi can any one help me
    I have this error could you help me please
    [ERROR] ng has unexpectedly closed (exit code 127

  • @pascalm9214
    @pascalm9214 5 лет назад +2

    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 !!!

  • @SadiqMsadiqsha
    @SadiqMsadiqsha 3 года назад

    Put the next video links

  • @EnFXCHILE
    @EnFXCHILE 5 лет назад

    network issues appear...

  • @tranquillityEnthusiast
    @tranquillityEnthusiast 5 лет назад

    Plz make a vedio on CI/CD of flutter

  • @PremSingh-vm9zx
    @PremSingh-vm9zx 3 года назад

    Thank very very much

  • @freestyler8497
    @freestyler8497 5 лет назад

    thankyou brother,, for your time and knowledge

  • @yalord5378
    @yalord5378 4 года назад

    more ui design to ionic code please

  • @rblla2335
    @rblla2335 4 года назад

    thank you so much, this helped me a lot !

  • @mohammadsaad4310
    @mohammadsaad4310 4 года назад +1

    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.

    • @vascopixel
      @vascopixel 4 года назад

      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.

  • @gabrielpizarro6394
    @gabrielpizarro6394 3 года назад

    great!

  • @leksetengah
    @leksetengah 4 года назад

    awesome

  • @IHSANAGuides
    @IHSANAGuides 4 года назад

    nice video :)

  • @ridwansoolaeh98
    @ridwansoolaeh98 4 года назад

    thankyou

  • @husseinmuhammad2121
    @husseinmuhammad2121 5 лет назад

    Yes make this tutorial plz

  • @Nu1zzz
    @Nu1zzz 4 года назад

    Thanks bro