Getting Started with Angular Material in Ionic 4

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

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

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

    Help me with the selecting Bluetooth Printer and Library i have also done research. if any help can get from your side will be very great

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

    Is the built stand alone application going to be way heavier? I wanted to use only one component from the angular material package but am afraid it would include the whole angular material package when building the app.

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

      I'm not sure about the final bundle size, but if you only import the relevant component it should definitely not affect loading time of the app!

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

    Hi Simon, why don't use Angular + Capacitor, without Ionic? What are the important features that you can't find in Angular and that we can only find in Ionic, for your opinion?

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

      Ionic brings a lot of out-of-the box styling like modals, popover, alert, and the correct UI for Android and iOS. You don't get that with something like Angular material that looks "native" on both platforms!

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

      @@galaxies_devok thanks, that's right but vice versa? if you need to develop a business solution, a complex backend with multiple widgets? a mobile first approach that could migrate to native if the customer requested it? In that case would you suggest starting with Ionic instead of pure Angular?

  • @nicholasc.5944
    @nicholasc.5944 Год назад

    how to deal with this problem Cannot read properties of undefined (reading 'kind')

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

    Do you have any repository for this project?

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

    Do you think it will support all devices for responsiveness?, its nice that you covered this

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

    How exactly do you know which modules to import? material.angular.io/ doesn't tell you the exact modules to import. For example, MatInput isn't working and I'm getting the following error:
    Cannot read property 'id' of undefined
    TypeError: Cannot read property 'id' of undefined
    at registerNgModuleType
    I imported import { MatInput, MatInputModule } from '@angular/material/input';
    but I'm obviously missing another module.

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

      I think they are all imported from @angular/material and no further sub package?

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

    Hi,
    Does material components works properly on iOS also?
    Thanks

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

      Yes they simply look like material on iOS as well!

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

      @@galaxies_dev
      Thanks for replying
      That is amazing.

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

    That's awesome. Thanks so much for your tutorial. Then, can I ask one more question that how can I change the theme or layout though css? For example, I would like to change stepper's horizontal line layout and form size.

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

      You would have to inspect it and the CSS variables that are used, then you can apply your own styling. You can find all of them using the debugging tools inside the inspector!

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

      @@galaxies_dev Hi Simon, thanks for your reply. Actually I would like to update stepper's
      mat-step-header css.I used chrome inspector and tried to set a background-color from default color to another one. However it doesn't have any changes when I set a css in my scss file. I saw the css does not have any update in the div tag. does it have any procedure when we change angular material in ionic ? Thanks so much.

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

    Hi Simon! Angular Material Components are great but the CDK provided by the Angular Material Team seems in iteself really cool for those who only want the logic behind.

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

    guys anyone have a problem with the ng add @angular/material? My says ng is not recognized. can anyone help? can I use npm instead of ng? will can cause any difference?

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

      You need to install the Angular CLI if ng is not recognized!

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

    Do you think you could make a infinite scrolling data table tutorial?

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

    Awesome! Pls make more.

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

    I think you took a big leap in the right direction 👍

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

    hi, great video as always. Could you create a booking system using ionic4 and firestore in your next video?

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

    Please make video how to make admob Native ads AND Facebook Native ads implement in ionic 4

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

    That's awesome. Thank you great Mr Grimm ;)

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

    well done dear,

  •  5 лет назад

    Ngx-datatabel is a good component to make a review =D!

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

    great tutorial

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

    Thank you! Great job

  • @الحمدلله-ط8ز1ذ
    @الحمدلله-ط8ز1ذ 5 лет назад

    Thank you ..you are wonderful..

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

    thanks ..