OMG THANKS been trying to figure out how to customize the snackbar!!
@marcelocezario2 жыл бұрын
Excellent tutorial. How do I show multiples snackbars in the display?
@vinaymahadevan21613 жыл бұрын
Thank you very much for this very easy-to-follow tutorial bro!
@Jeszblossom2 жыл бұрын
Heyyyy this helped me out soooo much just wanted to say thank you big time!!
@leelaprasad40911 ай бұрын
Can we display two snackbars at a time simultaneously in angular one above another?
@mirjana720033 жыл бұрын
Thank you so much, excellent tutorial!
@shaheershukur3 жыл бұрын
Glad you enjoyed it!😊
@edwardgallagher71523 жыл бұрын
This was an outstanding video. It was quick, to the point and very helpful. Thanks!
@omranihamed21823 жыл бұрын
so good but the next video 5 ? where?
@visionversion26763 жыл бұрын
I learnt to many things from your channel I'm happy but i have one question to you From the starting this video your are telling in previous video that basics pop is there but where that is one previous can u share the link here
@danielvaleriobroncano96772 жыл бұрын
thanks!!!! from Lima - Perú
@mthokozisingcukana8563 жыл бұрын
how to do you create a user profile to edit
@psybrq4 жыл бұрын
Great vid!
@shaheershukur4 жыл бұрын
Thanks bro! 😄
@zikaa19743 жыл бұрын
This is a great and simple explanation, just like I'm always looking for. Is there a possibility to show multiple notifications at the same time?
@taniacaceres89414 жыл бұрын
How can I change the border-radious of the snackbar? it does not let me
@shaheershukur4 жыл бұрын
I believe overriding the 'mat-snack-bar-container' class(with panelClass) as explained in video can accomplish that. inside that, set border-radius: (yourVal)px; 🙂
@shaheershukur4 жыл бұрын
Try adding !important at the end.. border-radius: 6px !important;
@sujitapatil97523 жыл бұрын
Thank you so much.. It worked for me👍
@hbela10003 жыл бұрын
Thanks, this is what I was looking for.
@hmartins933804 жыл бұрын
Very useful thanks!
@shaheershukur4 жыл бұрын
Glad to hear that! Thank you so much for your feedback. 😊
@ivayloivanov37444 жыл бұрын
Where is the part #3?
@shaheershukur4 жыл бұрын
looking for this? kzbin.info/www/bejne/moWUendqpppqnNU
@ivayloivanov37444 жыл бұрын
@@shaheershukur thx xD
@MarufKhan-sb2zn4 жыл бұрын
I created a app. But when I install that app, it shows "play protect does not recognize this app's developer". What can I do now??
@shaheershukur4 жыл бұрын
Is the error displayed in console? sounds like an android playstore error...
@MarufKhan-sb2zn4 жыл бұрын
I don’t upload it on play store
@srp3522 Жыл бұрын
Background colour not change
@ysacpebes14622 жыл бұрын
muchas gracias 😃
@yamidudu5104 жыл бұрын
Thank you
@shaheershukur4 жыл бұрын
You're welcome 😊
@tarcisioguimaraes25772 жыл бұрын
JOGOU MUITO!
@diegor3194 Жыл бұрын
on angular 15 the styling the way is described here does not work Must use something like the following in styles.css to actually make it work: .success.mat-mdc-snack-bar-container { --mdc-snackbar-container-color: green; --mdc-snackbar-supporting-text-color: #fff; } .error.mat-mdc-snack-bar-container { --mdc-snackbar-container-color: rgb(224, 46, 46); --mdc-snackbar-supporting-text-color: #fff; }