Very nice Leela your angular and ngrx playlist is very informative
@tubepankajyou3 жыл бұрын
Leela you are doing a great Job... I wish for your channel success.. 🙏
@tubepankajyou3 жыл бұрын
Awesome explainations for Auth... We are using Keyclock RH SSO oidc library to get token.. this tutorial is very helpful... Thanks 👍
@mugatu20172 жыл бұрын
nice video. Leela, thanks for your effort, from my point of view you have been written a lot of logic at component level instead to write it in te service, i think components should stay as mas agnostic as we can, we can emit those errors using Behavior Subject
@aamaz_gadgets36511 ай бұрын
hi sir, can you show how we can create a HTTP interceptor for the spinners while do HTTP calls
@rileymanda2 жыл бұрын
Thank you for the tutorial: You dont need to manually create components and views in angular:You can use the angular cli and it performs all the exports and component creation for you using the following commands in terminal in vs code at the root of your project.: ng g component components/navbar --module app :This creates a component in the components directory ng g component views/dashboard --module app :This creates a view in view folder ng g component shared/service --module app :This creates a service in shared directory