Thank you sir for another great video as usual...!
@kamdemkakengne4 жыл бұрын
Thank you very much Venkat! You are a great teacher!
@deepwoodsengineering37635 жыл бұрын
You're a legend, buddy!
@dameraharitha84477 жыл бұрын
Your explanation is so nice…please can u make a video on real time application of angular2 please
@RajeshVerma-ql8ek6 жыл бұрын
Superb demo, very clearly demonstrated
@hjcastellanopersonal4 жыл бұрын
very nice explanation! Thank you!
@MisterAadj4 жыл бұрын
just commenting to support your reach. great videos
@Vinodkumar-ym3kz6 жыл бұрын
your explanation was simply superb
@khanofmardan7 жыл бұрын
That's a great series bro.. Learned a lot! I just wanted to know if you could please include a video on how to add bootstrap to angular 2 project, with all it's components and best practices. Thanks in advance
@deepakgarg49787 жыл бұрын
npm install --save bootstrap
@nys82604 жыл бұрын
you are the best
@HK-sw3vi4 жыл бұрын
Mr.Undefined sound badass no cap
@sammyyou77126 жыл бұрын
Your tutorials are really great. Learnt a lot from it. Request you to make one on login functionality in angular 4. Thanks a ton. Subscribed.☺
@n.sharma58104 жыл бұрын
Thanks is a small word for you contribution for community!!!
@ankushjassal11586 жыл бұрын
Hi, i did my practice in two pages and i combine both in one page. Now i want to create separate page and run that separately like first i use index+employee.html in one page and but now want to run products.html completely separate, don't want to combine with other. How can i perform this?
@geetanshugulati8876 жыл бұрын
Your teaching is awsome
@mohinderlamba6 жыл бұрын
Awesome work. All of your videos are amazing. I have a question, In the last couple of videos we went thru @Input and @Output vars in components. While the use of @Input utilizes a function call to the parent component the Output utilizes events. I am wondering, for consistency sake, why can't the child component call a function in the parent to "set" a value of the variable just like it "gets" the value in case of @Input, instead of generating an event that the parent subscribes to or traps. Alternately why not use events both ways? Also, is this communication limited to Parent/Child components? or any component can talk to any other component using these technologies (function call or Events). Example I am using a grid where i have records (manufacturing or production) that include a foreign key (Example Vendor ID) and i want to show the details (Vendor Details) of the record that the foreign key points to , can I call a function in the component (Vendor) that will provide the details given the foreign key (Vendor ID) as a parameter? How would I do that? Can I instantiate the vendor component in the production component even though the Vendor component is not a child of the Production component, just like any other class and then call a method in the Vendor component to provide the details?
@rahuldake30574 жыл бұрын
very good explanation sir...
@amitgoldsobel7 жыл бұрын
Hi, Does the employee component can implement the IEmployee interface as well?
@Johnn846 жыл бұрын
Why did you make employee an interface, and not an class?
@sashidhar22855 жыл бұрын
12:57
@RachitJain4U5 жыл бұрын
Awesome :) Thanks :)
@TheASHITKUMAR5 жыл бұрын
Text version of the tutorial links are not accessible right now
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Ashit - The blog is restored now and working. Thank you very much for letting us know. Can you please check and confirm if it's working for you now.
@ruthyayele1687 жыл бұрын
thanks Sir! would you please relate your example how to use angular 2 in mvc
@ej16907 жыл бұрын
Types of property 'annualSalary' are incompatible. Type 'number' is not assignable to type 'string'. error
@KrishnaDasPC5 жыл бұрын
How to use it with the observer?
@rajeevjha37146 жыл бұрын
Can be make optional method in interface please give me syntax?
@DecentProgrammer4 жыл бұрын
detailed video
@raqibul10007 жыл бұрын
Thanks a Billions.
@nalladisomaraju50377 жыл бұрын
You are my DRONACHARYA
@MrTouqeerhameed6 жыл бұрын
wonderful
@VishalN5296 жыл бұрын
Gr8 Explanation
@alritedave82607 жыл бұрын
I understand you are teaching us how Ang2 works but it is very frustrating to write out code to just delete it two minutes later.