Looking for a well structured and intermediate level angular JS course. Finally my search ends here. Well impressed with your AngularJS indepth knowledge and way of presentation. Thanks for the wonderful course for free.
@Nikhilkumar-qd3oq7 жыл бұрын
Slides that you prepared are really awesome!
@natasapeic17196 жыл бұрын
This is excellent. I built simple Node.js endoints to match routes and everything worked perfectly. Thank you for sharing.
@stephena11566 жыл бұрын
Awesome explanation with slides and code... Very nice...
@amaryadav87036 жыл бұрын
Sir, I think in the diagram of '$state.go - workflow with Resolve' right after Jump/load route it should be $stateChangeSuccess instead of $routeChangeSuccess. BTW, thank you for your invaluable tutorials.
@andresguillenhernandez24736 жыл бұрын
awesome , do you have some example for authorization using ui router ?
@subhajitpanja13538 жыл бұрын
awesome n very helpful video
@Techcbt-online8 жыл бұрын
Thank you.
@priyankaravichandran8515 жыл бұрын
When u switching from calculator to add , then clicking back button , then the input data (a,b text boxes ) not retaining the value what u have entered , how to deal with that .??
@RafaelMendes-yw2jm2 жыл бұрын
So how can I resolve something when finishes an ui-view, lets say that I have an internal ui-view called parent that is the parent structure of my bootstraping, how can run something only after my ui-view="parent" ? I tried: resolve: { parent: [() => { console.log('parent resolved') }] }
@vancouvercreateabudance40706 жыл бұрын
awesome video, and deep thinking!
@prinshusinghsomvanshi83118 жыл бұрын
please make a video about a session storage and ng-cookies. Thanx in advance.
@Techcbt-online8 жыл бұрын
This is not in our top list. We will see if we can accommodate. Thank you.
@kurupudiveeradurga49707 жыл бұрын
Great tutorial... Please make video on restangular service
@Techcbt-online7 жыл бұрын
Not in our list...but will add to your backlog. Thanks.
@bhuvanesh948 жыл бұрын
First of all, thank you for making such an wonderful channel for technology knowledge sharing. Some suggestions: ---> It can be more interesting if you have some logical or conceptual naming conventions for the variable name and some of the functions. Overall, Its an best among the testimonials on the floor for this concept. Slides and descriptions of concepts are one great plus points.
@Techcbt-online8 жыл бұрын
Thank you Bhuvanesh. Your suggestions are valid. We usually go straight to the point of concept as part of our demonstrations. As we are live typing during demonstrations (rather than uncommenting or bringing in files), it would take more time for us to follow conventions/patterns/practices and end up in very huge videos (already received few comments saying that our videos too long at the moment). Having said that, we will try our best to better inject conventions, where ever necessary (and if possible). Thanks again.
@subhajitpanja13538 жыл бұрын
is there any reference of abstract : ture property of ui-router
@Techcbt-online8 жыл бұрын
Not yet. This is usually necessary when you use nested states and is not covered yet. If you know on how to use nested states now, then it would be straight forward.