Angular 9 Tutorial For Beginners #16 - NgClass

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 54

  • @shishirdkm
    @shishirdkm 4 года назад +2

    You are the best teacher available on online platforms

    • @ARCTutorials
      @ARCTutorials  4 года назад

      Wow...Thank you so much Shishir for your kind words

  • @pavankumar-hd8lv
    @pavankumar-hd8lv 3 года назад +1

    Excellent tutorial.Hatsoff to you

  • @vaishaliramasamy8232
    @vaishaliramasamy8232 3 года назад +1

    Superb,

  • @ousmanefofana4495
    @ousmanefofana4495 2 года назад +1

    Awsome

  • @sreenuksr
    @sreenuksr 4 года назад +5

    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

    • @ARCTutorials
      @ARCTutorials  4 года назад

      Thanks Sreenivas for sharing the notes. Ur amazing!!!

    • @karnkumar4313
      @karnkumar4313 3 года назад

      please increase volume a bit,

  • @Lost1nTranslation
    @Lost1nTranslation 3 года назад +2

    Nice video, thank you!

  • @MomLifeJournal
    @MomLifeJournal Год назад +1

    Thank you ..

  • @adapass
    @adapass 4 года назад +1

    Nice article.

  • @amannavasap2298
    @amannavasap2298 3 года назад +1

    The notes are really helpful...helped a lot!!!

  • @gowrinath2254
    @gowrinath2254 3 года назад +1

    Thanks sir,

  • @EzeWaffle
    @EzeWaffle 4 года назад +3

    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 !

    • @ARCTutorials
      @ARCTutorials  4 года назад +2

      Sure. Im in process to move all notes into a common repo. I will share my notes to all. Thanks fot watching. Regards Sridhar

  • @mp-fg2zw
    @mp-fg2zw 4 года назад

    useful topic..thanks

  • @rajutalari9420
    @rajutalari9420 3 года назад +1

    very very good brother👌

  • @salluridilip3802
    @salluridilip3802 3 года назад

    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

  • @josbexerr5166
    @josbexerr5166 3 года назад +1

    Excelente gran maestro....gracias saludos desde los andes peruanos

    • @ARCTutorials
      @ARCTutorials  3 года назад

      Thank you so much for your kind words

  • @josbexerr5166
    @josbexerr5166 4 года назад +1

    excelente....

  • @SaiKumar-jm9ww
    @SaiKumar-jm9ww Год назад

    Hi Sir, What is the use of ngStyle or ngClass When we have component.css to style?

  • @srikanthambaldhage2268
    @srikanthambaldhage2268 4 года назад +1

    Thankyou Sridhar sir

    • @ARCTutorials
      @ARCTutorials  4 года назад

      Your are welcome Srikanth. Regards Sridhar

  • @puttypg8264
    @puttypg8264 2 года назад +1

    Could u please show us how work on stories by using angular

    • @ARCTutorials
      @ARCTutorials  2 года назад

      Hi Buddy. Please write to me at soorya.aaradhya@gmail.com

  • @artisticallyfoodie
    @artisticallyfoodie 4 года назад +1

    What is the difference between Ngclass and NgStyle. I think both are giving same feature?

    • @ARCTutorials
      @ARCTutorials  4 года назад +2

      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

  • @coolaman49
    @coolaman49 3 года назад

    Can we give ngClass and class like this
    Ex

  • @ponvarshini9621
    @ponvarshini9621 4 года назад +1

    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.

    • @ARCTutorials
      @ARCTutorials  4 года назад

      Hi Varshini. Here’s exactly what ur looking for. ruclips.net/video/9zAbM1EUbRE/видео.html

  • @mithileshpandey9885
    @mithileshpandey9885 3 года назад

    How to Access/Use/ Call Stored Procedure in Entity Framework Core 3.1 using Database First Approach C# ?.........

  • @shivamagarwal4520
    @shivamagarwal4520 3 года назад

    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

  • @CodeWithJamil786
    @CodeWithJamil786 3 года назад +1

    Sir i have a problem could you help me plz

    • @ARCTutorials
      @ARCTutorials  3 года назад

      Hi jamil. Yes please tell me whats the problem?

    • @CodeWithJamil786
      @CodeWithJamil786 3 года назад

      @@ARCTutorials I have solved the problem thank u so much sir

  • @kishoredeshpande3948
    @kishoredeshpande3948 Год назад

    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}}