Ionic Tutorial #11.6 - Login Page #8 - Understanding NGRX effects

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

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

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

    Links:
    Firebase: firebase.google.com/
    Ionic Framework: ionicframework.com/
    Social:
    Github: github.com/paulorsaf
    Twitter: twitter.com/paulorsaf
    Instagram: instagram.com/paulorsaf
    Doubts? Join me on Discord:
    discord.com/invite/z92XBeHq6F

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

    It's kinda frustrating that we spent a lot of time writing and trying to understand code that now you are telling us that it's better to discard.
    Thanks anyway for your efforts.

  • @4wobi
    @4wobi 3 года назад +2

    Hey Paulo thanks for you videos they are very helpful. But can you make a video about Settings for the APP. Like a page with settings you can choose from. Language, Dark mode and what not. Then save them and make them everywhere in the app accessible. I really have problem with that and don't know where to start. Or maybe you just can me direct in the right directive :-), can't find any good tutorials about that.

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

      Hello. Thanks for watching.
      For internationalization I usually use Transloco. It is good and easy to do this language settings. With it you can easily change the whole language of the app.
      github.com/ngneat/transloco
      For dark mode you can take a look at this:
      ionicframework.com/docs/theming/dark-mode

    • @4wobi
      @4wobi 3 года назад

      @@itwithpauloalves Thanks Paulo. My problem is not to do the dark mode or the translation. I don't know how to approach how to save the settings and get it to the different pages.

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

      @@4wobi where do you want to save the settings? on the backend?

    • @4wobi
      @4wobi 3 года назад

      @@itwithpauloalves I think it should be on backend and on device.

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

      I think you should save It on the backend and Just show It on the frontend. Really soon I Will start developing the backend, só you can get some ideias on How to develop from It.