notes of this session - ngClass is is directive which is used to set the class name for DOM elements - [ngClass]="" - Examples: - simple using static class name Example Of ngClass - dynamic- from the component Example Of ngClass - array classes - to pass more than 1 class - we use an array Example Of ngClass - ngClass with expressions to true or false Example Of ngClass
Hi, I started following your tutorial a week ago and it's really nice ! I've started typing my own notes (roughly the same thing as you), but lost the file. Is there any way you could share the notes file you've been writing during these videos somewhere so we could keep it as a cheatsheet ? Thanks for everything and keep up the good work !
When we use ngstyle - we set individual style attributes. Good only when we want to set/update only few attributes. Ngclass when you have bunch of attributes in one go
Hi bro, How to change div color by using ngClass with Boolean condition based on particular url page. Can u help me to perform the above task in html and typescript.
Hi, I tried ngClass expression with dynamic parameters, but it is not working. Not Working (No css is applied, just simple text is shown clsName='one', clsName='two') Learning ngClass with expression Working Learning ngClass with expression
Hi, currently I'm using ngClass to highlight the table row when a row is clicked. now if I click the same row I want to remove the ngClass applied, i.e. remove highlighting on row Pls help me out with this {{data.obl_region}}
You are the best teacher available on online platforms
Wow...Thank you so much Shishir for your kind words
Excellent tutorial.Hatsoff to you
Thanks Pavan. Thank you so much
Superb,
Thank you! Cheers!
Awsome
Thanks Fofana!!
notes of this session
- ngClass is is directive which is used to set the class name for DOM elements
- [ngClass]=""
- Examples:
- simple using static class name
Example Of ngClass
- dynamic- from the component
Example Of ngClass
- array classes - to pass more than 1 class - we use an array
Example Of ngClass
- ngClass with expressions to true or false
Example Of ngClass
Thanks Sreenivas for sharing the notes. Ur amazing!!!
please increase volume a bit,
Nice video, thank you!
Glad you liked it!
Thank you ..
You are most welcome 🙏
Nice article.
Glad you liked the videos 👍
The notes are really helpful...helped a lot!!!
Thanks sir,
Most welcome
Hi,
I started following your tutorial a week ago and it's really nice !
I've started typing my own notes (roughly the same thing as you), but lost the file.
Is there any way you could share the notes file you've been writing during these videos somewhere so we could keep it as a cheatsheet ?
Thanks for everything and keep up the good work !
Sure. Im in process to move all notes into a common repo. I will share my notes to all. Thanks fot watching. Regards Sridhar
useful topic..thanks
Thank you so much mp🙏
very very good brother👌
Thank you so much 😀
Thank you so much sir lots of tutorials I searched in you Tube. But I am satisfied and I am able to understand it thank you so much
Excelente gran maestro....gracias saludos desde los andes peruanos
Thank you so much for your kind words
excelente....
Thanks buddy!!!
Hi Sir, What is the use of ngStyle or ngClass When we have component.css to style?
Thankyou Sridhar sir
Your are welcome Srikanth. Regards Sridhar
Could u please show us how work on stories by using angular
Hi Buddy. Please write to me at soorya.aaradhya@gmail.com
What is the difference between Ngclass and NgStyle. I think both are giving same feature?
When we use ngstyle - we set individual style attributes. Good only when we want to set/update only few attributes. Ngclass when you have bunch of attributes in one go
Can we give ngClass and class like this
Ex
Hi bro, How to change div color by using ngClass with Boolean condition based on particular url page. Can u help me to perform the above task in html and typescript.
Hi Varshini. Here’s exactly what ur looking for. ruclips.net/video/9zAbM1EUbRE/видео.html
How to Access/Use/ Call Stored Procedure in Entity Framework Core 3.1 using Database First Approach C# ?.........
Hi,
I tried ngClass expression with dynamic parameters, but it is not working.
Not Working (No css is applied, just simple text is shown clsName='one', clsName='two')
Learning ngClass with expression
Working
Learning ngClass with expression
Sir i have a problem could you help me plz
Hi jamil. Yes please tell me whats the problem?
@@ARCTutorials I have solved the problem thank u so much sir
Hi, currently I'm using ngClass to highlight the table row when a row is clicked.
now if I click the same row I want to remove the ngClass applied, i.e. remove highlighting on row
Pls help me out with this
{{data.obl_region}}