Angular Interview Questions for Senior Developers: Could You Explain These Concepts Clearly?

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 11

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  Місяць тому +1

    Download the FREE PDF Now. Pass Your Angular Interview with Confidence! ➡ monsterlessons-academy.com/newsletter_subscribers/angular_interview?

  • @advance5189
    @advance5189 Місяць тому +3

    What I really like about your videos is that you get right down to business without all that yapping. Amazing content!

  • @redpill_funk
    @redpill_funk Місяць тому +1

    What an awesome video! As a mid-level Angular developer, I've never been so inspired in such a short amount of time!

  • @varunkumarkashyap918
    @varunkumarkashyap918 Місяць тому

    Few cases we may need to handle error globally, ex: error 401,502 we can make use of INTERCEPTORS.
    I really appreciate your videos and whenever I need to brush up I come here.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Місяць тому

      Yeah with auth interceptor you always provide a token so you don't really need to handle 401 globally additionally

  • @aamirkhan-ql8er
    @aamirkhan-ql8er Місяць тому

    Great content, But I have a question. I think Prettier is VS code extension not library. Please correct me if I am wrong. My understanding is that what ever we installed by using npm install, it is a library. We don't install Prettier by using npm install

    • @chetansoni265
      @chetansoni265 Місяць тому

      Exactly! I had the same question

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Місяць тому

      You can add prettier in project with npm install and it is a cli tool by default. vscode extension uses prettier binary

    • @varunkumarkashyap918
      @varunkumarkashyap918 Місяць тому

      Majority of us will use Prettier as extension, but we can install using npm.