Ionic 7 Inline Action Sheet with themes

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

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

  • @roseth5824
    @roseth5824 Год назад +1

    Now I am start with ionic7 I hope you upload more video about ionic7

  • @roseth5824
    @roseth5824 Год назад +1

    I am interested on ionic that can build all platform

  • @danielchirinosr
    @danielchirinosr Год назад

    Hi, what is the difference between http capacitor and angular httpclient? greetings

    • @techbinomial
      @techbinomial  Год назад

      Its developer choice as per need.
      Angular httpclient
      The front-end of applications communicate with back-end services to get or send the data over HTTP protocol using either XMLHttpRequest interface or fetch API. This communication is done in Angular with the help of HttpClient.
      Capacitor http
      The Capacitor Http API provides native http support via patching fetch and XMLHttpRequest to use native libraries. It also provides helper methods for native http requests without the use of fetch and XMLHttpRequest.
      what is Capacitor
      Capacitor is an open source project that runs modern Web Apps natively on iOS, Android, Electron, and Web. A new open source hybrid app runtime .
      you may develop app in Ionic using react , vue or angular and go with Capacitor plugins.

    • @danielchirinosr
      @danielchirinosr Год назад

      @@techbinomial thanks, i understand, the question arises because I have made apps with both characteristics but they work in the same way. I wanted to know if it is a good practice to use the native one or the Angular one.