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