Angular Material Tutorial | Mosh
?Get the COMPLETE COURSE (60% OFF – LIMITED TIME):
Learn to use Angular Material Design to make your Angular applications look modern and beautiful.
TABLE OF CONTENT
00:00 Introduction
00:43 What is Angular Material
05:14 Installing Angular Material
12:45 Check Boxes
17:14 Radio Buttons
22:58 Selects
26:06 Inputs
RELATED VIDEOS
Angular 4 Tutorial for Beginners
Angular Version History
MY OTHER COURSES
I have several other courses on web and mobile application development. You can find them all here:
STAY IN TOUCH
Hey Mosh, thanks for the tutorials. Your way of explaining is very clear and easily understandable.
Thanks for the tutorials. They’re very well made and easy to follow, and you’re doing a great job explaining.
Mosh, you did it again! Thanks for putting together such a well composed instructional video.
Hi Mosh I am surprised with your training sections you have a good understanding to explain please guide on Angular 4 as i am completely beginner in angular 4…
Amazing introduction to Angular Material , Always enjoy and love your tutorials
I use other ui frameworks real easy in my Anglular app, they’re designed to be added to the index.html, so I add it to the index.html and use accordingly. I don’t do anything fancy by converting from angular style to their style and back with custom directives or custom logic or by using another 3rd party component that does that for me. It’s not what they’re designed for and your just asking for more issues. If you want to use a general UI framework then use it how it’s designed and intended to be used which is very often loaded in the index.html, referenced globally in scripts (If the UI framework has scripts), and referenced globally in templates. If you don’t like anything global then don’t use any general UI framework but it’s not that it’s hard to do in Angular, it’s just not designed for the Angular workflow and style of coding and so you have to mix – which is super easy, it’s just some don’t like it, all up to you.
Hey Mosh, thanks for this video, just one thing is can we implement all features in an angular material data table like Dynamic Column Selection, Sorting, Pagination, Column level Filtering, Reordering of Columns, Resizing of Columns, please help me
Great video, as always. Was mainly hoping for some modal and dialogue examples, though.
Ah, never mind. I found it in your complete course, which I’ve already purchased.
really easy and helpful…thanks mosh….keep it up
Hi Mosh, I really enjoyed watching this video. Colleague of mine told me I can get subscription to all your courses for a year at a discount price of $59. Where do I need to go to sign up? thanks again for this tutorial.
Great video, thank you so much for your content.
Sounds silly but leaving it here.
In case you get an error after using _FormsModule_ at 27:46, make sure you import it by
*import { FormsModule } from ‘@angular/forms’;*
My man Mosh accidentally skipped this.
Thank you for that! Very helpful of you to point to point that out 🙂
You can fix it at links https://www.npmjs.com/package/angular-material-prefix-updater
Programming with Mosh > I thot you skip this intentionally so people get used to with error handling and do a bit of research.
Noticed this in other Tuts also
Waiting for your full tuts on angular.
Thanks for your awesome explanation and hard work
Good job.Please upload with playlist.And please do a sample project like e-commerce with nodejs and Angular4.Thanks in advance.
I tried the Mat with Angular 9 with the same set ot steps explained in this lecture. I don’t get any element displayed on the screen (not even mat-divider), though it doesn’t throw any error. Dont know how to proceed from here. Any hints would be of a great help. I indeed tried everything like deleting the node_modules and reinstalled, restarting the server, restarting vscode, etc.
great video.
is there a scss version for the angular material?
Loved the double command d, been missing that one for years !
Thanks for the effort, It was very a great Intro.
Nice approach you use! I’ve watched many Angular Material tutorials and your approach is very easy to follow, with your good simple explanations. Great work – thanks!
These videos are really well produced! Thank you!
Wonderful! Really helpful!