Its one the best explanation in simple and practical way !
@dheerajmarwaha7 жыл бұрын
Dear Venkatesh, To avoid repeated 'value' variable, better to use conditional operator.return (gender.toLowerCase() == 'male' ? 'Mr. ' : 'Mrs. ') + value;
@alimedani02963 жыл бұрын
But this video was to explain pipes regardless of the gender part
@jayantiroy14763 жыл бұрын
i like ur videos because you always explain reason behind the code
@santoshdube18913 жыл бұрын
Thanks for creating and sharing video .... You "Makes learning simple" for us ....
@Csharp-video-tutorialsBlogspot3 жыл бұрын
Hello Santosh - You are very welcome and thank you for the feedback. I have included all the Angular 2 tutorial videos, slides and text articles in sequence on the following page. Hope you will find it handy. www.pragimtech.com/courses/angular-2-tutorial-for-beginners/
@aussieraver71823 жыл бұрын
You explain so well!
@chetanpl7 жыл бұрын
Please used Itarnary operator in case of if else branch. You are too good sir ..love you lot
@debender4956 жыл бұрын
could please add a filter to search employ by name and then select the row with a check box. I have a similar situation but after filtering and then when I select the shuffled item in the reduced list, it selects the original item in that row rather than selecting the filetered row that is displayed. Let's say I have a custom filter to choose filter the employ list by name. I choose Mike in the filter. Then I see Only one row with name mike. lets say I have checkbox. and I select the checkbox with the row having name 'Mike'. so far so good. but now when I remove the filter I again 5 rows but also the first row gets selected with the name Tom along with the third row with the name 'mike'. Thank you.
@kamdemkakengne4 жыл бұрын
Thank you very much Venkat !
@tilktovigourr54547 жыл бұрын
Hey Venkat How do you record your Desktop ,,, is this Camera ?
@nanibanani75604 жыл бұрын
wow maa shaa Allah
@nihaalg4017 жыл бұрын
great tutorial ... 😊
@semikolon42297 жыл бұрын
Helped a lot.
@DecentProgrammer4 жыл бұрын
great video
@RachitJain4U5 жыл бұрын
Awesome :) Thanks :)
@prashansapriya59633 жыл бұрын
👌
@raqibul10007 жыл бұрын
Thanks a Billions.
@thepremdutta6 жыл бұрын
than you so much..
@ankannaskar21626 жыл бұрын
in employeelist.component.html you used the custom pipe employeetitle that requires 2 parameters. but while using the pipe u just pushed only one parameter employee.gender. Why??
@vjayjaina6 жыл бұрын
By default, the value of td we are running the pipe on is passed.
@shanilshah52836 жыл бұрын
Kind of Extension method in.Net
@dayanandchauhan6835 жыл бұрын
gender==toLowercase,, here I am not getting this point..,, toLovercase is JavaScript filter by help of convert sting upper case and lovewer case sting.. Here .. Male name and finale how to add here