Angular component testing - Overcoming the hurdles

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

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

  • @louisadvincula814
    @louisadvincula814 2 года назад +5

    Really great stuff, Lance. I hope you release more content like this, truly a hidden gem of a video.

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

    Awesome video... It's great to see how the testing code has been simplified over time by keeping exactly what's needed

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

    This was the best class about test that ive ever seen thanks.

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

    Thanks, it is very good explanation. I like that you went through all steps: getting rid of errors, simplifying etc

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

    Thank you Lance! This helped me a lot.

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

    Very optimistic way to write the test cases. Keep rocking man

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

    Really great lesson for me, thanks a lot

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

    best angular unit tests video ever! thanks!!

  • @peepforlearning6058
    @peepforlearning6058 2 года назад +2

    wooww, what an powerful explanation. keep up the good work, amazing content.

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

    Exactly what I need, thank you!

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

    really good video! loved the tempo and the explaining every step, very insightful. thank you

  • @Alex-bc3xe
    @Alex-bc3xe Год назад

    Very powerful knowledge sharing

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

    EPIC lecture thank you so much

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

    Thanks a lottttt

  • @AbhishekKumar-fn6sz
    @AbhishekKumar-fn6sz Год назад

    Great depth

  • @edvinbeqari7551
    @edvinbeqari7551 7 месяцев назад

    How do you configure Karma or Jasmine to see the html within the Jasmine interface?

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

    THANK YOUUUUUUU

  • @90vackoo
    @90vackoo 2 года назад +2

    Thanks for the insightful talk, but making the tests lightweight comes at the cost of not testing the template section of the component right? Is that the right approach when it comes to unit testing of components in angular?, Just asking because am fairly new to angular and would like to understand the tradeoffs one is making while writing unit tests

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

      You have tools like Cypress do to end-to-end testing for that template part

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

    hii im getting error
    Can't bind to 'ngForOf' since it isn't a known property of 'div'
    1. If 'div' is an Angular component and it has the 'ngForOf' input, then verify that it is a part of an @NgModule where this component is declared.
    2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

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

    Thank you so much 🎉🙏⭐🤛👍🏼

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

    very informative

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

    Nailed it

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

    Finished my basic api/angualr site and now have to test. Literally can't get one test to pass anything....so hoping the video helps

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

    exactly