Angular Material Design and Dynamic theming

preview_player
Показать описание
In this session, we will understand how we can integrate Angular Material with Angular Projects. After that, we will look into how we can use those Material components in our project. And finally, we will understand how can we create custom themes with Angular Material in our Angular project.
Рекомендации по теме
Комментарии
Автор

thanks. this helped me a lot. had a hard time finding updated angular material theming tutorial until i found this video.

jeanlalaine
Автор

You can't just copy paste that HTML into your file. You skipped a bunch of steps. You haven't defined the class "example-button-container", you didn't mention including the icon module which is required for the icon buttons. I don't understand why some things you are "explaining" are like "So this questions that says do you want to include browser animations, if you answer yes, you will get browser animations, but if you answer no, you don't" - like NO KIDDING. But with the complicated stuff involving very precise code. You added the angular library, then imported the button component, and then you're like "that's it!" - NO that's not it, it won't work.

Peachymochi