Angular Material Introduction & Setup

preview_player
Показать описание
Angular Material allows you to create beautiful Angular apps which incorporate the Google Material design spec. And it's not just about the styling: Angular Material offers a rich suite of pre-built Angular components for you to choose from.

----------

----------

• And you should of course also follow @academind_real.

See you in the videos!

----------

Рекомендации по теме
Комментарии
Автор

Been waiting for this series for a while.
Thanks Academind team!
Please keep them coming!

raffaellafico
Автор

You are a great teacher, kept me glued and interested throughout the video and I learnt as well.

okechirichard
Автор

thank Max, hope for series of Angular 6 with PWA (material design) :)

chrischappell
Автор

Thaknyou so much!! I really like how the way u explain everything.

herirudini
Автор

Thanks for very useful and up to date information! Awesome again!!!

MrMaksim
Автор

Nice max. Love to watch your videos. Things are by default complicated and you make it easier to understand. Will keep watching series.

javascript_developer
Автор

Looking forward to this series - also very interested in Angular and PWAs!

themarksmith
Автор

Great video. Looking forward to the next one.

SamCrowetheCreativeCrowe
Автор

Max, I just liked your video before even start watching it )))

nobodyeverybody
Автор

Hey Max, I was wondering if u could give an overview of Polymer 3.o

rolandeyezz
Автор

Thanks maximilian, Great Job as always.

ayoubalikkane
Автор

hey Max,
can we include material design bootstrap for angular and angular material in the same project ?...
will it create any issue ?

ratnabhrai
Автор

Hi Maximillian! How do you make the prebuilt theme work with sass? I am trying the same approach you explain in this video but angular seems to ignore the 'deeppurple-amber' theme and friends, and I guess is sass itself that breaks it :/

nadiaguarracino
Автор

hi max ... for the cdkdrag can i specify/restrict the area/border around which a div can be dragged

anandsunku
Автор

thank you 7:30 i thought icons was going to be installed separately ... but you showed us its included in the main angular-material package

ordered_saddle
Автор

In angular 8 you now also have to export the module like so:
@NgModule({
imports: [MatButtonModule],
exports: [MatButtonModule]
})

mivewin
Автор

Is it okay if I want to use just one module from angular material? Will my project size increase with just the one module that I added or will the entire angular material library size be added to my project size?

gghanshyam
Автор

Hey Max,
Please make a video on Angular Material CDK Tree...right now there is no proper tutorial or documentation on that.
We Really need it.

kzrfaisal
Автор

Could you tell me difference between Mat & CDK. why we use cdk?

maheswaranm
Автор

thanks for video, but i have Angular CLI v6.0.8 and npm v5.6.0 and command 'ng add @angular/material' get "Installing packages for tooling via npm.
Cannot read property 'startTag' of undefined" ERROR on macOS, Windows and Debian the same error

MirekGrzegorczyk