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.
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?
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!
@@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?
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.
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.
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!
@@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.
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.
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?
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
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.
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!
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?
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!
@@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?
how to deal with this problem Cannot read properties of undefined (reading 'kind')
Do you have any repository for this project?
Do you think it will support all devices for responsiveness?, its nice that you covered this
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.
I think they are all imported from @angular/material and no further sub package?
Hi,
Does material components works properly on iOS also?
Thanks
Yes they simply look like material on iOS as well!
@@galaxies_dev
Thanks for replying
That is amazing.
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.
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!
@@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.
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.
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?
You need to install the Angular CLI if ng is not recognized!
Do you think you could make a infinite scrolling data table tutorial?
I'll add this to my list, yeah :)
Awesome! Pls make more.
I will certainly!
I think you took a big leap in the right direction 👍
hi, great video as always. Could you create a booking system using ionic4 and firestore in your next video?
Please make video how to make admob Native ads AND Facebook Native ads implement in ionic 4
That's awesome. Thank you great Mr Grimm ;)
well done dear,
Ngx-datatabel is a good component to make a review =D!
great tutorial
Thank you! Great job
Thank you ..you are wonderful..
thanks ..