Angular Material In Depth (Angular 19)

  • Overview
  • Curriculum
  • Instructor
  • Review

About This Course

In-depth guided tour to the Angular Material component library (in Angular 19)

This course covers in detail the Angular Material component library, and comes with a running Github repo.

This Course in a Nutshell

Angular is an amazing framework that does a lot of the work for us, but one thing that the core modules don't do by themselves is provide you with commonly used user interface components.

Imagine what it would be like to use Angular, but have to develop all your dropdown boxes, date pickers, menus, and all those commonly needed and very standard components every time that you need to develop an application.

This would be not only impractical, but in most cases impossible as some of these components might take weeks to months to develop and test given their complexity!

Also, how about styling and theming your application and make sure that everything looks neat and professional?

Imagine what it would like to have to style your whole application from scratch, from a completely empty page. This is a huge amount of work and custom development that most companies prefer to avoid.

And so this is where Angular Material comes in! :-)

Angular Material is an amazing component suite for Angular which is based on Material Design (a UI development standard from Google).

With Angular Material, you can quickly give your applications that typical Android-like Material Design look and feel, just by adding a few components and styles to your application.

Also, you will never have to develop your own date picker and many other commonly needed components, everything is already available from the beginning of your project.

These are very high quality components that have been extensively tested in thousands of applications, including for usability, user-friendliness and responsiveness.

These components, developed by Google themselves are some of the highest quality UI components that you can choose to build your application, and they are ready to be used from day one in your project.

Course Overview

In this course we are going to build a sample Angular application from scratch using Angular Material.

We are going to first set up the menu structure of the application, and then we are going to display some data on the screen using commonly used container components like tab containers, and we will apply some Material Design principles.

We will then learn how to use some of the most commonly needed form controls, like inputs and text areas, date pickers, dropdowns, radio buttons and checkboxes, and other commonly used form components.

We will build a complex form using Angular Material, and show how to properly display form control errors. We will then learn how to use Material data table component to display tabulated data, including how to credit in-place editable tables and expandable table rows.

We will show how to paginate the data in the data table, and we will display a loading indicator to the user while the data gets loaded.

We will also cover in detail a very commonly used feature which are dialogs, and discuss when to use them and when not to use them and talk about some useful best practices.

We will then cover some of the most advanced components in the Angular Material suite, including it's powerful drag and drop features, the responsive design capabilities of Angular Material, and we will cover also in detail how to use the material tree component.

We will learn how to handle large amounts of data using virtual scrolling, and we will finish the course by learning how to create your own custom themes.

Table of Contents

This course will go over the following topics:

  • Set up Angular Material from scratch

  • navigation and containers, side menu, tab container

  • display data with cards, use some buttons

  • commonly used form controls and buttons - create course form

  • inputs and text areas

  • radio buttons, checkboxes, tooltips

  • date picker, date/time formatting

  • Displaying form errors

  • Angular Data Table in depth

  • Editable in-line table

  • Expandable table rows

  • pagination and loading indicator

  • Overlays, best practices to use them

  • Drag and Drop

  • Responsive design with mat-grid-list

  • Responsive breakpoint observers

  • Tree component

  • Virtual scrolling - handling large amounts of data

  • Custom Themes

  • Switching themes at runtime

What Will You Learn In this Course?

At the end of this course, you will feel very comfortable using the Angular Material library to build and style your applications

You will know how to add Angular Material to an existing Angular application, and you will be familiar with most of its more commonly used components, as well as with many of the most advanced components

Have a look at the course free lessons below, and please enjoy the course

  • Code in Github repository with downloadable ZIP files per section

  • Learn how to use the Angular Material Library

  • Learn how to design responsive applications with Angular Material

Course Curriculum

2 Lectures

Instructor

Profile photo of Angular University
Angular University

Hello, I'm Vasco Cavalheiro and I'm an online instructor at the Angular University.Over the years I have helped over 200k developers to learn the Angular framework and its surrounding ecosystem of technologies.Check out my Linkedin in the links section on the top right.About the Angular University:The Angular University aims to be the one place that you go in order to...

Review
4.9 course rating
4K ratings
ui-avatar of Kaushal Kumar
Kaushal K.
5.0
7 months ago

great

  • Helpful
  • Not helpful
ui-avatar of Thomas Schober
Thomas S.
3.0
7 months ago

Nice course for Angular Material basics. Seems we have a different definition of "in depth" ;)

But some things are irritating:
- very first code example in introduction module is not working at all!
- very outdated code base: even though the course is titled "(Angular 18)", the code (and screens) in the video seems to be much older
- a lot of things are not working as shown in the videos. you have to search in FAQ to fix them. does not match to updated course title!
- strict mode on by default since many Angular major versions, should be used in this course too
- standalone is the new default in Angular 18, and modules are not recommended anymore. why does this course still use modules? Input signals are not used, too
- MD3 is the new default theming system in Angular 18. Why is this course still using MD2? (see course title!) Additionally: MD2 code in video does not work at all with Angular 18.

As a summary, I expect working code and best practices of today when seeing a course titled with "Angular 18". This expectation was not met at all.

  • Helpful
  • Not helpful
ui-avatar of Annamaneni vani
Annamaneni V.
5.0
8 months ago

good

  • Helpful
  • Not helpful
ui-avatar of Patryk Czarnecki
Patryk C.
2.5
9 months ago

Where is the depth from the title.

  • Helpful
  • Not helpful
ui-avatar of Abhijeet Girase
Abhijeet G.
5.0
10 months ago

so far so good

  • Helpful
  • Not helpful
ui-avatar of Tania Jobi
Tania J.
4.5
10 months ago

excellent

  • Helpful
  • Not helpful
ui-avatar of Jannik Voges
Jannik V.
2.0
11 months ago

This course is definitely not going "in depth" and is rather short. In addition to that, the course claims to be for Angular 18 (even the title says so) and the source code from Git uses Angular 18, but the code examples in the lectures are not all working with Angular 18, so that you have to read the comments or figure things out on your own.
For the money I spent on this course I'm disappointed and wouldn't recommend this course to others.

  • Helpful
  • Not helpful
ui-avatar of Kees de Bruin
Kees D. B.
2.5
11 months ago

Although a nice introduction to Angular Material there is certainly nothing "in depth" about the course. Also, as mentioned in other reviews most of the examples are out of date with the major overhaul since v15 of Angular Material. And since v18 the creation of a custom theme is also changed.

It would have been nice to have some additional lessons covering the new stuff, especially how to theme your application.

Another part that is missing is typography. How can I include it and how can I customize it.

All in all I would only recommend it as a simple starter on Angular Material, nothing fancy is going on here.

  • Helpful
  • Not helpful
ui-avatar of ABHILESH KUMAR SINGH
Abhilesh K. S.
4.5
1 year ago

nice

  • Helpful
  • Not helpful
ui-avatar of Oscar Garcia Rodriguez
Oscar G. R.
4.0
1 year ago

In general it was good. In some moments it was quite slow and others too fast.

  • Helpful
  • Not helpful
Leave A Reply

Your email address will not be published. Required fields are marked *

Ratings

Courses You May Like

Lorem ipsum dolor sit amet elit
Show More Courses