Manage Loading with Angular Material Progress Bars and Spinners

InstructorBrian Troncone

Share this video with your friends

Send Tweet

This lesson explores how to manage different loading scenarios in your application utilizing the built in progress bar and spinner components.

sushrest
~ 6 years ago

What does ignoreElements() do?

reynard93
~ 5 years ago

i can't get the progress bar to load..

Ian Jones
~ 5 years ago

Hey Reynard, are you getting any errors?

Brian Tronconeinstructor
~ 5 years ago

Hello! I would be glad to help as well if you can describe the error. The API for some of these components has changed slightly since this was recorded, so that may be the issue. Let me know :)

reynard93
~ 5 years ago

for the mode query progress bar shouldn't we be using timer instead? interval instantly emits and we want the emit to happen after 2 seconds. @Ian and @Brian, i am not getting errors but my indeterminate bars aren't working.