Angular Tutorial for Beginners | Learn Angular Step by step | Angular Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 643

  • @questpondvideos
    @questpondvideos  2 ปีที่แล้ว +30

    25 Angular Interview Questions : th-cam.com/video/-jeoyDJDsSM/w-d-xo.html
    35 Important JavaScript Interview Questions : th-cam.com/video/Zb4dPi7CANU/w-d-xo.html
    Software Architecture Interview Questions : th-cam.com/video/AtTgcbLOqMM/w-d-xo.html
    20 MSBI Interview Questions : th-cam.com/video/Nw_sHEKnOUE/w-d-xo.html
    20+ SQL Server Interview Questions : th-cam.com/video/SEdAF8mSKS4/w-d-xo.html
    SQL Server Joins : th-cam.com/video/KTvYHEntvn8/w-d-xo.html
    SQL Step by Step - th-cam.com/video/uGlfP9o7kmY/w-d-xo.html
    10+ Power BI Interview Questions : th-cam.com/video/Cozc9WNBRt4/w-d-xo.html
    30 Important C# Interview Questions : th-cam.com/video/BKynEBPqiIM/w-d-xo.html
    25+ OOPS Interview Questions : th-cam.com/video/u99wAoBjDvQ/w-d-xo.html
    25 Important ASP.NET Interview Questions : th-cam.com/video/pXmMdmJUC0g/w-d-xo.html
    20 MySQL Interview Questions : th-cam.com/video/9hfjC-BpY20/w-d-xo.html
    20 PHP Interview Questions : th-cam.com/video/1bpNSynUrl8/w-d-xo.html
    5 MSBI Interview Questions : th-cam.com/video/5E815aXAwYQ/w-d-xo.html

    • @hiteshprajapati9545
      @hiteshprajapati9545 2 ปีที่แล้ว +2

      No voice sir ..ithik u r mute?

    • @questpondvideos
      @questpondvideos  2 ปีที่แล้ว +2

      @@hiteshprajapati9545 Sir voice is clear. Please check your system sound. Thank you.

    • @PunjabiVehra
      @PunjabiVehra 2 ปีที่แล้ว +2

      🙏 Thanks sir

    • @atulbhandari2786
      @atulbhandari2786 2 ปีที่แล้ว +4

      Sir pls free your old course😂😂 like asp. Net core

    • @saipavankumar4498
      @saipavankumar4498 2 ปีที่แล้ว +1

      I liked your content

  • @marekwieckowski1675
    @marekwieckowski1675 2 ปีที่แล้ว +64

    I just finished the 2 hour Angular course. The presentation was very well structured, clear and hands on. Really happy to have learned the fundamentals of Angular and I would recommend this course to anyone who wants to learn Angular as their first step. Thanks for that.

  • @karthikeyan8670
    @karthikeyan8670 ปีที่แล้ว +7

    Thanks Shiv! I completed 2 hours and completely understood the concepts well, now I have a clear picture in mind about angular. Thanks a lot once again. I have learned multiple things from you, I remember I learnt MVVM in WPF few years back in TH-cam and CodeProject. Thanks, You have done a great job.

    • @questpondvideos
      @questpondvideos  ปีที่แล้ว +1

      @karthikeyan8670 Thank you for your contribution; it will encourage us to create more useful content.
      Happy learning....!

  • @questpondvideos
    @questpondvideos  2 ปีที่แล้ว +16

    Timestamp:-
    00:00 Introduction
    Part 1 :- Angular Introduction ( 5 minutes)
    04:05 What is Angular ?
    06:52 Pre-requisite for Angular

    Part 2 :- Installation ( 25 minutes)
    12:20 Downloading VS Code.
    13:01 VS Code vs Visual studio.
    13:37 Installing VS Code (64 bit and 32 bit).
    14:56 Running VS Code and Admin rights.
    15:47 VS Code open folder ,Trust ,Explorer and Terminal.
    18:28 Installing / Downloading Nodejs & different versions.
    21:30 Checking node version (node -v)
    21:40 Checking version of Node package manager(npm)
    23:34 Checking node commands from VSCode
    24:11 Power Shell vs Command Prompt
    26:32 Installing and checking Angular CLI
    31:00 Creating Project using ng new
    33:45 Running project using ng serve
    34:54 Common Errors during installation.
    38:08 Installation Summary.
    Part 3 :- Understanding Node and NPM (15 minutes)
    39:01 What is Node ?
    39:56 Understanding the V8 Chrome engine.
    43:13 Running a simple JS code using node.
    45:39 Understanding NPM node package manager
    46:12 Running npm install command.
    46:31 Importance of "node_modules" folder.
    48:49 Understanding Package.json

    Part 4 :- Typescript (15 Minutes)
    50:39 What is Typescript ?
    51:35 Dynamic language,Strongly typed & Loosely typed.
    51:34 Demo of loosely typed concept using javascript.
    54:14 Installing typescript using npm.
    55:38 Checking typescript version
    55:51 Compiling your first Typescript code.
    56:46 Demo of strongly typed using typescript.
    58:51 Typescript increases productivity.
    1:00:16 Classes , Inheritance and Aggregation.
    1:02:19 Creating modules using Imports and exports.
    1:05:06 Compile vs Transpile vs Convert
    1:05:43 Configurations using tsconfig.json file.
    1:06:10 Creating tsconfig.json file using TS command line.
    1:06:52 Seeing a simple example of "outdir" tsconfig.json
    1:08:13 strict check parameter using tsconfig.json.

    Part 5 :- Creating the Angular project - Angular CLI.(15 Minutes)
    1:11:57 Installation of Angular CLI using NPM.
    1:12:57 Checking the version of Angular CLI.
    1:14:44 Creating a project using Angular CLI.
    1:17:46 Running project using "ng serve".
    1:17:46 Fixing ng serve error of project description.
    Part 6 :- Understanding the files in Angular project ( 10 minutes)
    1:22:57 Package.json,tsconfig.json ,angular.json and spec files.
    1:25:43 AngularJS vs Angular :- Different versions of Angular.
    1:29:22 Understanding the src and app folder.
    1:30:13 Revisiting Angular definition
    1:31:28 Component :- The basic unit of Angular ( View + Logic)
    1:33:04 Writing simple logic in the component.

    Part 7 :- Decorator,Componenet,Modules and Directives (15 min)
    1:34:35 Decorator(@Component),Selector,TemplateUrl and styleUrls.
    1:37:08 Component = HTML + Logic + CSS
    1:37:30 Revisiting the component concept visually.
    1:41:26 Directives :- Adding behavior to HTML elements.
    1:42:36 What is a Template ?
    1:44:03 Module :- Logically grouping components.
    1:46:10 Declaration and BootStrap in modules.

    1:48:06 Part 8 :- Understanding Angular BootStrapping flow. (10 min)
    Importance of Main.ts and Index.html
    Components = View + Logic
    Modules Group components.
    Index-->Main-->Module-->Component-->Selectors

    Part 9 :- Bindings ,expressions and interopation.(15 min)
    1:52:57 ngModel directive and expressions.
    1:56:26 Interopolation Mixing Angular with HTML.
    1:57:15 Common Errors during binding and fixing the same.
    1:59:50 Importance of FormsModule.
    2:02:58 Understanding collections and for loops
    2:02:58 Writing Simple Forms and Table Binding logic.

    2:08:23 Part 10 :- Different types of Bindings.(10 min)
    Three different types of Bindings.
    Component , Structural and Attribute
    Understanding difference between each one of them.

    • @ashokloy
      @ashokloy 2 ปีที่แล้ว

      Useful to many, thanks 🙏

    • @Farrukhw
      @Farrukhw 2 ปีที่แล้ว

      Thanks mate... This should be pinned at top as well..

  • @dannygamez632
    @dannygamez632 2 ปีที่แล้ว +7

    I have my interview tomorrow for Angular front end - Java back end full stack software engineer role. Thank you very much sir, I have my degree in biomedical engineering and became software dev after graduation, these are very good videos. I have done three hours of your lecture in prep for interview! Mucha Gracias.

  • @karam1325
    @karam1325 2 ปีที่แล้ว +17

    Just completed this 2 hours of awesome video, I have done this with Angular 14, all worked seamlessly, it took my 8 hours( 4 days ) actually to digest it and doing the same coding on my system with VSCode. I am feeling great, I can now confidently mention @Angular in my resume. Thank you Shiv Sir, thanks Questpond.
    Waiting for the upcoming videos in this series as you have said in the video we will create a Hospital Management System 🙂

  • @KotkarBhushan
    @KotkarBhushan 2 ปีที่แล้ว +31

    No one can expect anything better than this Tutorial for starting Angular.
    Though angular is very tough for beginners, you still made it so easy to understand with your impeccable teaching skills.
    Thank you very much Sir

  • @avishekojha6422
    @avishekojha6422 2 ปีที่แล้ว +2

    There is no channel that has beginner friendly videos on Angular. Your teaching art is amazing. 🙏🇳🇵🇳🇵🇳🇵

  • @250miles2
    @250miles2 2 ปีที่แล้ว +7

    I completed the course!! I started reading the Angular documentation and felt like there were too many "gaps" in my knowledge. Afterwards, I decided to spend 2 hours watching this video and, I gotta' be honest here - I'm so glad I did! I love the teaching style. You do an amazing job really starting from scratch and gradually building from there. Thanks for the video and I will be taking more of your courses!

  • @VadivuMoorthy-c2s
    @VadivuMoorthy-c2s ปีที่แล้ว +3

    Difference is that alert helps to show msg in webpages and document.write is related to DOM elements, where in our case as we need to avoid browser usage we opted for console.log

  • @sonukumar-rv9zb
    @sonukumar-rv9zb 2 ปีที่แล้ว +4

    I am following your book from past 15 years ... we trust your teaching style.

  • @MohanRao-sg7cf
    @MohanRao-sg7cf 2 ปีที่แล้ว +5

    Completed 2 hours of this Angular course. Thank you so much Shiv for giving depth insite of the Angular.

  • @vidya9587
    @vidya9587 2 ปีที่แล้ว +2

    Thanks!

    • @questpondvideos
      @questpondvideos  2 ปีที่แล้ว

      Thanks Vidya, would like to gift you something. Do send email at questpond@questpond(.)com

  • @anugandulasricharan3735
    @anugandulasricharan3735 ปีที่แล้ว +1

    all basics are cleared with this 2 hours.Searching since one week for best tutorials.Only this one helped
    .Thank you sir

  • @musa4747
    @musa4747 ปีที่แล้ว +3

    I've been watching different Angular videos for a week without getting full clarity but you sir have an amazing teaching ability and I now understand the basic concepts. Thank you

  • @pallavidhanopiya6868
    @pallavidhanopiya6868 2 ปีที่แล้ว +3

    Thanks

    • @pallavidhanopiya6868
      @pallavidhanopiya6868 2 ปีที่แล้ว +2

      i know it's a very small amount but its my thank you gesture from my side you explain very well structured way like a pro and you are a pro thanks for effort

    • @questpondvideos
      @questpondvideos  2 ปีที่แล้ว +1

      @@pallavidhanopiya6868 Thanks a lot. These gestures are more important for us than tons of money. Corporate pays much more than this , but when it comes from direct developers we know its coming from heart.
      Thanks keep learning.

  • @vikram5010
    @vikram5010 3 วันที่ผ่านมา

    @1:31:00 - Nice explanation of Component.
    @1:48:04 - Visualization and summary of how all the files or structure in Angular works together.
    Thanks, Shiv sir! You are a gem!!!

  • @sanvijanvisunder8741
    @sanvijanvisunder8741 6 หลายเดือนก่อน

    I come from a non-technical background; however, I have thoroughly understood the fundamentals of Angular. Thank you so much, sir. I found a great tutor on TH-cam.

  • @abhijitdhanwate5302
    @abhijitdhanwate5302 ปีที่แล้ว +1

    In 2006 I started my OOPS journey by your books and very much satisfied.

  • @subhashkhomane8330
    @subhashkhomane8330 6 หลายเดือนก่อน

    I attended this 2-hour training and found it to be the best Angular lecture on TH-cam. Thank you for this fantastic presentation! 😊

  • @dev4128
    @dev4128 2 ปีที่แล้ว

    Thank you so much every one who starts anguler this is the 1st video he or she she should go through

  • @aaqib110
    @aaqib110 2 ปีที่แล้ว +3

    Just completed 2 hrs of this course. Great session on angular for beginners. I have done this with Angular 14, all worked seamlessly. Thank you very much Sir

  • @kuldeeppilaji
    @kuldeeppilaji 11 หลายเดือนก่อน

    I have recommended this course to my coworkers in office. Surely this video is single point of solution for abosute beginner.

  • @ramakrishnaprasad9928
    @ramakrishnaprasad9928 2 ปีที่แล้ว

    I completed 2 hours of training, This is the best angular course I propose to any one start with angular development . Thank you very much for nice presentation

  • @JavaCodingwithRaju-kv7xc
    @JavaCodingwithRaju-kv7xc ปีที่แล้ว

    thanks shiv sir for teaching fundamentals of Angular with step by step , I just finished this 2 hour of course and I will recommend to who ever is trying to enter in Angular

  • @bhuminakhuva1536
    @bhuminakhuva1536 ปีที่แล้ว +1

    Completed 2 hrs course. Was excellent for beginners like me.

  • @MrNikhilsahai
    @MrNikhilsahai 11 หลายเดือนก่อน

    Great course for a beginner, I completed 2 hours of this training. Thank you much for this very useful content.

  • @jyotichhabria4742
    @jyotichhabria4742 2 ปีที่แล้ว +3

    Just completed 2 hrs of this course. Great session on angular for beginners. Must say this is the best video i have found with clear explanation and good content. Thankyou Sir !!!

  • @parameswara7378
    @parameswara7378 5 หลายเดือนก่อน

    Completed 2hours of the course. Learned basics of anular. Thank you.

  • @jaknap0609
    @jaknap0609 ปีที่แล้ว +1

    2:16:27 I Identified that this is my SHIV sir.. I like your content to-much on CODE-PROJECT. but your ANGULAR video is good. I have subscribed your membership for angular. This member ship for Knowledge. Thanks you once again for this 2 hr vide.

  • @anithakadri133
    @anithakadri133 ปีที่แล้ว +2

    Just now completed 2 hours of session. It was a great session for beginners and the explanation was very clear and the presentation was very good. Thank you very much, Sir.

  • @shahidafreedy
    @shahidafreedy 11 หลายเดือนก่อน +1

    I am enjoying learning for the first time, your teaching method is unique and easy.

  • @rahulpatwadi5649
    @rahulpatwadi5649 ปีที่แล้ว

    Just completed 2hrs of this course. Thankful that I found this video and thank you so much sir for this course. It was very very helpful.

  • @chayadevishivaiahchar4193
    @chayadevishivaiahchar4193 ปีที่แล้ว

    Successfully completed 2 hours of course. It was good learning . Thanks for such great learning

  • @Jaanu0
    @Jaanu0 ปีที่แล้ว

    So far..The best trainer. Completed 2hrs of angular without getting bored!

  • @leelanp
    @leelanp 2 ปีที่แล้ว +8

    completed 2 hr of training, you make everything look and seem so easy Thank you. great work.

    • @questpondvideos
      @questpondvideos  2 ปีที่แล้ว +2

      Great to hear that. But please practice. Any doubts as said put the time stamp with detailed comment.

  • @aroselin1
    @aroselin1 ปีที่แล้ว

    Thank you so much for a clear Angular course in 2 hours.

  • @qlyde1
    @qlyde1 2 ปีที่แล้ว +2

    I am just learning Angular and I listened to all of it. It was properly paced (not too fast or too slow) and introduced a nice balance of demonstration and theory.

  • @4Siblings313
    @4Siblings313 ปีที่แล้ว

    I know Mr. Koirala since 2015 when I purchased one of his excellent courses. I appreciate his style of teaching, elaboration of complex structures and easy to understand coding style with examples :)

  • @sagargenre
    @sagargenre 10 หลายเดือนก่อน

    I have watched many tutorials but believe me this one is the best.. thanks for this tutorial.

  • @SandeshMotoVlogs
    @SandeshMotoVlogs 2 ปีที่แล้ว +3

    The best angular course for beginners. Couldn't get much better

  • @heenaattar7908
    @heenaattar7908 ปีที่แล้ว

    Just completed 2 hours of angular course , thank you sir.

  • @karthik_vijay
    @karthik_vijay ปีที่แล้ว

    One of the best 137 minutes i have spend. Thank you ❤.

  • @pidugumalleswararao9672
    @pidugumalleswararao9672 7 หลายเดือนก่อน

    I finished 2 hour course, you are explanation is very clear and great teaching thank you so much.

  • @arunkumarselvaraj3367
    @arunkumarselvaraj3367 ปีที่แล้ว

    I have completed this 2 hrs training.. very helpful and clear explanation.. thanks much..

  • @ravinderreddy8949
    @ravinderreddy8949 2 ปีที่แล้ว

    i have completed course, its a great learning step for who are keen to learn angular.....thank you,

  • @safeermp1522
    @safeermp1522 11 หลายเดือนก่อน

    superb Very attractive teaching. You simplified angular like water flowing in the river. Thank you very much Sir. Completed 2 hours training.

  • @nallamallipavan4375
    @nallamallipavan4375 8 หลายเดือนก่อน

    I just finished 2 hours Angular Course though I begin this video 5 days back. Before watchin this video, I do have zero knowledge on Angular and after completing this got to know fundamentals knowledge of Angular and got bit confidence to move on further. Thank you QuestPond for everything.

  • @kavyashreesuvarna9193
    @kavyashreesuvarna9193 29 วันที่ผ่านมา

    I completed 2 hour's thank you a lot.. very informative

  • @nanu6440
    @nanu6440 11 หลายเดือนก่อน

    easily the best beginner angular tutorial out there

  • @VimalKumar-mg2ot
    @VimalKumar-mg2ot 2 ปีที่แล้ว +5

    No one can expect anything better than this Tutorial for starting Angular.
    Though angular is very tough for beginners, you still made it so easy to understand with your impeccable teaching skills.
    Thank you very much Sir _/\_

  • @rowdybaby7518
    @rowdybaby7518 ปีที่แล้ว +2

    Hi Sir, This is the first time I completed a 2 hours online video course that too in you tube without any distractions.. You made a wonderful job and finally I found a great tutor who is considering the theory parts with the experiment.. Keep it up your work.. Thank you :)

  • @pointofviewwithsuresh1242
    @pointofviewwithsuresh1242 2 ปีที่แล้ว

    i am big fan of your courses.i lives in mumbai.now i am learning angular

  • @Funfeastarcade
    @Funfeastarcade 10 หลายเดือนก่อน

    Thank you Shiva, I have been studying interview questions/articles from past 15 years. Your quest for teaching new technical skills is really appreciative. Kudos to QuestPond team for bringing out such a wonderful videos

  • @shakrahghazal5740
    @shakrahghazal5740 2 ปีที่แล้ว +1

    This is the best video tutorial for beginner if they want to learn basic. Just loved it. Sir, please make video on more topic on angular.

  • @abhishekadulkar18
    @abhishekadulkar18 2 ปีที่แล้ว

    best angular tutorial as of now on the TH-cam. whatever i know about angular only through ur videos

  • @mrinalbhatt1065
    @mrinalbhatt1065 8 หลายเดือนก่อน

    I have completed your 2 hour angular course. Thank you so much for delivering the knowledge :)

  • @mrvoid1099
    @mrvoid1099 2 ปีที่แล้ว +1

    I learnt everything from this tutorial and made notes of them. I am new in angular and it is going to help me a lot. One important thing is that this 2 hours and 17 minutes of lecture will teach you how a newbie should start to learn new technology, how basic concepts are covered and much more.

  • @Jyothic-u4l
    @Jyothic-u4l ปีที่แล้ว

    I have started learning angular. This video is so helpful to me to learn many things. Thank you so much.

  • @pankajsonawane7397
    @pankajsonawane7397 8 หลายเดือนก่อน

    I just finished 2 hours Angular course. It's really helpful to understand the angular concepts. It will better and helpful for us if you cover all Angular topics. Thank you sir

  • @sumitsahni5402
    @sumitsahni5402 ปีที่แล้ว

    1:48:10 Yes I understood all the paradigm & I am a Angular Developer 😊

  • @gmxmentor
    @gmxmentor ปีที่แล้ว

    belive me i never want this class to be finish, it is the real example of never judge a book by its cover.

  • @amanakash893
    @amanakash893 ปีที่แล้ว +1

    Sir, you are the best. I saw a few other videos to start learning Angular, no one explains the project structure, components and overall program flow in such details. Respect

  • @sushantsalunkhe5966
    @sushantsalunkhe5966 7 หลายเดือนก่อน

    I finished this video tutorial just now.Wow, this Angular tutorial was incredibly helpful! The explanations were clear, and I really appreciate how you broke down complex concepts into easy-to-follow steps. Your enthusiasm and passion for Angular really shine through, making learning enjoyable. Looking forward to more tutorials from you!.....😊😊😊....

  • @pramodhr7676
    @pramodhr7676 2 ปีที่แล้ว +4

    Absolutely wonderful video. Hats off to you sir. Such an in depth explanation. All the technical stuffs explained in layman terms.. i wonder how this channel hasnt reached million subscribers yet.

  • @rrax79
    @rrax79 ปีที่แล้ว

    I completed 2 hrs of Angular. Wonderfull session

  • @SriRaj-j6t
    @SriRaj-j6t ปีที่แล้ว +1

    Wow what a great tutorial. Perfect one for an experienced programmer like me and who has no time to go through documentation to understand concepts. Was trying to put my head around these concepts for almost more than a year. Not sure how i missed this. Super work.

  • @gmxmentor
    @gmxmentor ปีที่แล้ว

    why he is so so expert and teaching like a nursery teacher teaching new babies, so amazing yar

  • @ashrafayoub9886
    @ashrafayoub9886 2 ปีที่แล้ว

    wallah, this tutorial open my eyes about angular

  • @wysiwyg333
    @wysiwyg333 2 หลายเดือนก่อน

    Amazing stuff bro, you have been there in my professional journey from last 20yrs, whenever I want to brush my basics you are a go to person. Shivprasad Koirala is a name that I will never forget, I still reload all your youtube tutorials before every interview ;) keep doing bro.

    • @questpondvideos
      @questpondvideos  2 หลายเดือนก่อน

      Thanks for the wonderful comment , made my day. Thanks for sticking around. Happy learning.

  • @udaykumar-Gun
    @udaykumar-Gun 2 ปีที่แล้ว

    I just finished the 2 hour Angular course. nice content with good explination. thank you

  • @multimediatalk
    @multimediatalk 9 หลายเดือนก่อน

    Sir,
    I have just finished this angular tutorial,
    Thank you for your course content

  • @SauravkumarJha-ms7tx
    @SauravkumarJha-ms7tx ปีที่แล้ว

    Best Content as a beginner to learn the basic of angular, please go with flow with hurry.
    😀😃😃

  • @billwarren5976
    @billwarren5976 ปีที่แล้ว

    Just completed the 2 hour course. This was excellent. Thank you sir!

  • @peeyushgarg1244
    @peeyushgarg1244 ปีที่แล้ว

    i completed 2 hour course , thanks, Thanks :-)

  • @SahibSingh-w9j
    @SahibSingh-w9j 7 หลายเดือนก่อน

    thank you so much shiv sir, you helped me a lot. with the help of you, I cracked angular interview

  • @MostlyRandomThings
    @MostlyRandomThings ปีที่แล้ว

    I completed the course!! NEXT-LEVEL LEARNING EXPERIENCE. THANK YOU SO MUCH FOR THIS TUTORIAL !!!👏👏

  • @techiesintrouble
    @techiesintrouble ปีที่แล้ว

    I just completed two hours and feels it very Comprehensive Lecture.

  • @shiwanikumari3597
    @shiwanikumari3597 ปีที่แล้ว

    Completed 2 hours of the course. Being a beginner in Angular found it really helpful. Thanks for the wonderful video.

  • @debojyotidey2495
    @debojyotidey2495 5 หลายเดือนก่อน

    I completed 2 hours, thank you sir for such a beautiful content, crisp and to the point ❤

  • @raamprasadms6114
    @raamprasadms6114 2 ปีที่แล้ว +1

    Just completed this 2 hours of awesome video, Great Work Sir.

  • @googlecyber7678
    @googlecyber7678 2 ปีที่แล้ว

    just completed two hourr, thanks sir i am Angular Beginner

  • @srisantoshirupa
    @srisantoshirupa 10 หลายเดือนก่อน

    Today I finished this 2 hour video. Wonderful video.thank you very much

  • @warriorfreedom4755
    @warriorfreedom4755 ปีที่แล้ว

    Just completed this video course. It is a great for a beginner or getting some knowledge of Angular.

  • @nvvaidya99
    @nvvaidya99 11 หลายเดือนก่อน

    This Angular 2 hours video was awesome and excellent. And apart from this Angular video, you all videos are awesome.

  • @dhivyaviswanathan7604
    @dhivyaviswanathan7604 3 หลายเดือนก่อน

    Just completed. Such a wonderful explanation for angular basics.Thanks to Questpond🙂

    • @questpondvideos
      @questpondvideos  3 หลายเดือนก่อน

      Happy to hear , enjoy learning with Questpond :)
      Thank You!

  • @RatnaDeepika-nn8ko
    @RatnaDeepika-nn8ko 2 ปีที่แล้ว

    This is the best tutorial for starting Angular.

  • @yangantuli9476
    @yangantuli9476 ปีที่แล้ว

    I knew nothing at all about angular and typescript... Thanks to you Sir for such great content and excellent explanation skills. Now I understand the basics. This is a great start for Angular newbies.

  • @anusha8302
    @anusha8302 7 หลายเดือนก่อน +1

    Best angular tutorial. Very Helpful

  • @kevalshah6497
    @kevalshah6497 ปีที่แล้ว

    I completed 2 hours course and I must say it was very helpful

  • @sweetyhissariya9463
    @sweetyhissariya9463 2 ปีที่แล้ว

    Sir, you are amazing. I was trying to learn angular but it was very difficult to understand. Now you cleared all my doubts. Thanks a lot. This world need guide like you.

  • @RevTrackChannel
    @RevTrackChannel ปีที่แล้ว +1

    I love this angular course

  • @pahlavedaniel4992
    @pahlavedaniel4992 7 หลายเดือนก่อน

    I finished 2 hours, it was great 👍 Thanks

  • @ramgupta9589
    @ramgupta9589 8 หลายเดือนก่อน

    Thanks Sir for this great Tutorial on Angular. I must say in short period of time I cleared my so many doubts and confusion of Angular.

  • @rajukhadse277
    @rajukhadse277 7 หลายเดือนก่อน

    I just finished the 2 hour Angular course thanks shiv

  • @muhammadzahirkhan2780
    @muhammadzahirkhan2780 ปีที่แล้ว +1

    I dont think there will another tutorial better than this on youtube. Really a very usefull tutorial. Thank u so much sir ❤

  • @aquajersey
    @aquajersey ปีที่แล้ว

    I completed the course. Thank you very much.

  • @MohanPatil_Software_Engineer
    @MohanPatil_Software_Engineer 2 ปีที่แล้ว

    Thank you so much sir, I completed this course in 10-15 days by finding some time.. I don't usually code in angular. I just did one enhancement in my project but after 6 months I forgot everything. Now by viewing this video. Its awaken.. Thanks again

  • @ram_mohan_patralekh
    @ram_mohan_patralekh 4 หลายเดือนก่อน

    Just completed 2 hours course. it is amazing.

    • @questpondvideos
      @questpondvideos  3 หลายเดือนก่อน

      Glad you enjoyed watching this course, thank you for your feedback :)

  • @SMishra-xv4xl
    @SMishra-xv4xl 9 หลายเดือนก่อน

    Completed this wonderful video lecture of 2 hours.