Download the FREE PDF Now. Pass Your Angular Interview with Confidence! ➡ monsterlessons-academy.com/newsletter_subscribers/angular_interview?
@advance518922 күн бұрын
What I really like about your videos is that you get right down to business without all that yapping. Amazing content!
@MonsterlessonsAcademy20 күн бұрын
Glad you enjoy it!
@redpill_funk23 күн бұрын
What an awesome video! As a mid-level Angular developer, I've never been so inspired in such a short amount of time!
@MonsterlessonsAcademy20 күн бұрын
Glad to hear that!
@varunkumarkashyap9188 күн бұрын
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.
@MonsterlessonsAcademy7 күн бұрын
Yeah with auth interceptor you always provide a token so you don't really need to handle 401 globally additionally
@aamirkhan-ql8er23 күн бұрын
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
@chetansoni26522 күн бұрын
Exactly! I had the same question
@MonsterlessonsAcademy20 күн бұрын
You can add prettier in project with npm install and it is a cli tool by default. vscode extension uses prettier binary
@varunkumarkashyap9188 күн бұрын
Majority of us will use Prettier as extension, but we can install using npm.