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

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 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.