Angular for Beginners in Tamil | Full Video

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 116

  • @thebatman9342
    @thebatman9342 Před 5 měsíci +20

    Hi bro I am working at IT company . Basically I am a python developer but my manager asked me to switch angular JS. your video helped me a lot .thank you

    • @srinathd5459
      @srinathd5459 Před 3 měsíci +1

      Bro python developer kku scope illaya

    • @indian.mathan
      @indian.mathan Před 3 měsíci

      @@srinathd5459 bro full stack SQL ,Frontend ,Backend Fresher vacancy iruntha solunga bro

    • @thebatman9342
      @thebatman9342 Před 3 měsíci

      @@srinathd5459 python la scope iruku bro..but IT won't work like that bro..avunga entha technology la ungala pothalum padikanum

    • @thebatman9342
      @thebatman9342 Před 2 měsíci

      Iruku bro..but Avunga sollra technology la than work pannanum

    • @unknown5482
      @unknown5482 Před 2 měsíci

      Python only used for backend at web development​@@srinathd5459

  • @user-nw5sw4yg9k
    @user-nw5sw4yg9k Před rokem +30

    For Those who need the command to execute in the terminal :
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

    • @fosskingdom
      @fosskingdom Před 4 měsíci

      There is an another alternative way, use "npx" command before to the ng serve
      npx ng serve
      ...

  • @kurinjinaadan
    @kurinjinaadan Před 4 měsíci +5

    Really a very good video on Angular tutorial. You have put a lot of efforts to create this. I appreciate you. Only a small issue - last 10 minutes there is no video but audio only.

  • @jayasree8849
    @jayasree8849 Před rokem +12

    Thank you for your detailed video. I never seen such a useful video for beginners.

  • @mohammednashmi-1111
    @mohammednashmi-1111 Před rokem +10

    Super bro naa neraya friends ku unga youtube channel ah recommend panniruken subscribe pannirukaanga

  • @hyperdeltasoftwaresolution5758
    @hyperdeltasoftwaresolution5758 Před 11 měsíci +3

    Would you seprate every content and upload with a separate video with topics is mostly useful and and set keywords to find based on topics. And it increases the view also based on searches and build more revenue also
    Really amazing video to learn.
    Just think about it.
    Hope it also works

  • @mayumaha7847
    @mayumaha7847 Před rokem +4

    Thank you Thambi..Great work from you..God bless you ever..

  • @parthasarathi2494
    @parthasarathi2494 Před rokem +3

    thanks for you, passing route parameter the video didn't clear so please upload the last 10min video

  • @karthikamanokaran3142
    @karthikamanokaran3142 Před rokem +3

    Hello brother..
    It's a great effort👏. Thanks for this. Bless u🙏

  • @mrofficialyt2625
    @mrofficialyt2625 Před rokem +13

    Thanks!

  • @josejoel9346
    @josejoel9346 Před 5 měsíci +2

    Bro src folder kulla app.module file enaku install aagala, new component create pani adha app.module la insert pana mudila, idhuku oru solution kodunga bro.

  • @sangeetham5268
    @sangeetham5268 Před rokem +4

    last Topic "Passing and Retreiving Route Parameters" video la theriyala bro blank ka iruku so atha sari pannunga bro

  • @user-xl7wj1mn9r
    @user-xl7wj1mn9r Před 23 dny

    hie bro i had issue when creating angulat project installing , its taking more time almost 10mis still did not install, i tryed it 3 times but still not install

  • @Maha-sd9om
    @Maha-sd9om Před 9 měsíci +1

    anna Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ithu pottu execute panna aprm um ng serve command use panna error nu thaa kaatuthu🥲

  • @abcdabcd8605
    @abcdabcd8605 Před 2 měsíci +1

    In the last 5mins of this video, only the audio is there without video

  • @trendingtamilan2998
    @trendingtamilan2998 Před 3 měsíci

    bro enaku folder create pani angular application connect pana porapolam site cant be reached ney vardhu application open agamatinthu ena pananum

  • @krishnapriyamurugesan5599
    @krishnapriyamurugesan5599 Před 3 měsíci +1

    Hi Bro.. i am using angular 17 and there is no app.module. is there any way i can add app.module.ts file after creating a project ? or how to create a component and register the same in angular 17

    • @samabhishek3956
      @samabhishek3956 Před 2 měsíci

      brother i can understan your new to this ng ...
      so let me teach u
      u will be creating new apllication in cmd right .....
      at that time u have to include this
      ng new (application_name) - -no-standalone
      application_name ---- u have to include ur aplication name okie have a great day ahead

    • @krishnapriyamurugesan5599
      @krishnapriyamurugesan5599 Před 2 měsíci

      @@samabhishek3956 thanks bro. i will definitely try this solution. Meanwhile i have added components using import to the respective app component

  • @dineshmk8817
    @dineshmk8817 Před 8 měsíci +3

    Bro we need angular 17 new features with example videos please

  • @s.sritharan6463
    @s.sritharan6463 Před 7 měsíci +1

    In angular cli 17 there is no module.ts file so where i can register my components?

    • @poornimamca
      @poornimamca Před 7 měsíci

      You can register belongs to that particular ts file

    • @s.sritharan6463
      @s.sritharan6463 Před 7 měsíci

      @@poornimamca thanks i got solution from another way

  • @TamilDhevadhaiTharunya
    @TamilDhevadhaiTharunya Před 3 měsíci

    bro ennoda angular project la build pannum bothu website la images kaatta maateengudhu, path correct ta irukku aanaalum ipadiye varudhu! help me

  • @jeyaramanv3539
    @jeyaramanv3539 Před rokem +3

    Hi bro, at 3:42:20 please explain why you used [ngValue] instead of [value] attribute. What is the difference between these two,

    • @clouddrive6833
      @clouddrive6833 Před rokem

      ngValue means angular 1st sees as it first as an Value while executing line by line

    • @nandhakumar8641
      @nandhakumar8641 Před 11 měsíci +1

      Good Question bro

  • @user-ht2yh1fc3q
    @user-ht2yh1fc3q Před rokem +4

    Great teaching 🎉❤

  • @avs-jl6bg
    @avs-jl6bg Před 10 měsíci +1

    Bro clear explanation 😊

  • @sandeepjoe5826
    @sandeepjoe5826 Před 8 měsíci +1

    bro content get blanked at 6:23:53 so please check out

  • @thamotharan-xl8ce
    @thamotharan-xl8ce Před rokem +1

    bro ,regular expression pattern required for all type of field used in form

  • @vijaykanna2898
    @vijaykanna2898 Před 7 měsíci

    nice explain and good teacher bro

  • @nandhiniaraliyappan2093
    @nandhiniaraliyappan2093 Před rokem +2

    Hi bro .enakku laptop ila new ah vaganum enna configure la vagala please advice me

  • @kisshore3853
    @kisshore3853 Před 11 měsíci

    Thanks for the video bro!! Good content!!! ❤

  • @MrVICKEYGAMING
    @MrVICKEYGAMING Před rokem +2

    Angular matrial tutorial video podunga bro

  • @agneeshveradis1
    @agneeshveradis1 Před 5 měsíci +1

    Bro, project create panum pothu file structure konjo change aagiruku. 'app.modules.ts' file varala

    • @aravinda__0012
      @aravinda__0012 Před 4 měsíci

      ng new projectname --no-standalone

    • @aravinda__0012
      @aravinda__0012 Před 4 měsíci

      Project create pandra apo idha follow pannunga bro..

  • @arunrajchenniyappan
    @arunrajchenniyappan Před rokem

    Nodejs monogodb angular http request pathi oru video potugha bro

  • @webtamil98
    @webtamil98 Před rokem +2

    6:24:00 black screen come, can you put again in shots

  • @kathiresanm_0253
    @kathiresanm_0253 Před 8 měsíci +1

    App.config.ts tha irukku
    Enna panrathu bro

  • @balajiks3893
    @balajiks3893 Před rokem +1

    Hi anna , dependency injection,modules sollunga

  • @kokilaj2789
    @kokilaj2789 Před rokem +1

    Angular unit testing video potunga bro

  • @pragatha
    @pragatha Před 6 měsíci

    Bro npm fund show aguthu bro npm install panum pothum

  • @happywithhanuj
    @happywithhanuj Před 8 měsíci

    Hi bro, i have a question.. I am 27 and also i had 3 years of experience in various field now i am decide to join if field with an fulll stack certificate course ... It is possible

  • @santhoshkumar-is7qb
    @santhoshkumar-is7qb Před 10 měsíci

    Hi bro the last video in the angular router is not displaying.

  • @updatetamila007
    @updatetamila007 Před 7 měsíci

    Great tutor

  • @leftvino
    @leftvino Před rokem

    Thanks for angular tutorial

  • @micUrCr7
    @micUrCr7 Před rokem

    Thank you so much bro 😊

  • @sangeetham5268
    @sangeetham5268 Před rokem +1

    Angular JS pathi video podunga sir

  • @Ramkumar-cr8yk
    @Ramkumar-cr8yk Před 7 měsíci

    55:00 Creating components with CLI

    • @ssk5980
      @ssk5980 Před 5 měsíci

      app.module.ts file en project la varla bro angular 17 la illa pola . enna pnadrathu

    • @msayyanar2018
      @msayyanar2018 Před 14 dny

      @@ssk5980 ng new [projectName] --no-standalone
      try this command while creating project.

  • @Punithagajendiran
    @Punithagajendiran Před rokem

    hi sir, i excute ur command but it is not complied could u help me?

  • @ManoC-vc9ov
    @ManoC-vc9ov Před rokem

    Useful vedio 🥰

  • @user-rl5ts3xr4v
    @user-rl5ts3xr4v Před rokem

    I am not able to set a path to my folder 😢 can you please help me?

  • @rajkumar-it2bn
    @rajkumar-it2bn Před 4 měsíci

    thanks bro

  • @arunrajchenniyappan
    @arunrajchenniyappan Před rokem

    Useful video bro

  • @KSIVA-oy3yp
    @KSIVA-oy3yp Před rokem

    Super bro..

  • @cwcfunclock2709
    @cwcfunclock2709 Před 7 měsíci

    How do we do login and sign up?

  • @rajeshs5878
    @rajeshs5878 Před 10 měsíci

    Hi Bro, Can u please share the last 5mins of the video again, its not displayed

  • @Rk-em5wu
    @Rk-em5wu Před rokem

    Bro! Node js npm install panitu angular js cmd install pana git failed varutu! Project run pana index.html oru output kudutu, component.html oru output show akutu! Rendume merge akale! Enapana

    • @kiransaju471
      @kiransaju471 Před 6 měsíci

      I too got that error. For me this error got because of slow Internet speed. When i connected to a fast wifi and try to run angular cmd then it got successfully installed

  • @balajiks3893
    @balajiks3893 Před rokem

    Hi anna Good morning,angularjs ku fresher ah intha concept pothum ah na

  • @niranjanr5001
    @niranjanr5001 Před 9 měsíci

    Anna, ippo irukka version la app.module.ts file missing na...
    Ippo epdi na components create panrathu

    • @jollyfellows4424
      @jollyfellows4424 Před 9 měsíci +1

      Yes bro nanu atha pathen....so palaya version eh use panna recommend panraga ellaru

  • @revathishanmugam0668
    @revathishanmugam0668 Před 11 měsíci

    Bro entha Windows la venunalum install pannalama

  • @abdullahm-bw5fw
    @abdullahm-bw5fw Před 11 měsíci

    Bro last 5 minutes black screen only showing bro

  • @ManoC-vc9ov
    @ManoC-vc9ov Před rokem

    Last Six minutes fully blank not visible brother

  • @keshav5269
    @keshav5269 Před rokem

    Last six minutes from 6:24:03 got fully blank, no content is visible!!

    • @sandeepjoe5826
      @sandeepjoe5826 Před 8 měsíci

      bro content get blank please kindly check out

  • @sk_power9402
    @sk_power9402 Před 5 měsíci

    anna angular 17 nuku videos potuga anna

  • @bharathim3828
    @bharathim3828 Před rokem

    Bro na 37k pay panni oru full stock course eduthuruken,innum 20 days la frontend complete aairum next back-end ku dotnet padikirathuku sujest pandranga now job opertunity athigama iruku nu soldranga padikalama vendama bro

    • @arunprasad5107
      @arunprasad5107 Před rokem

      No bro waste of money

    • @arunkumar-bb7ow
      @arunkumar-bb7ow Před rokem +2

      @@arunprasad5107 bro vera ena padikuradhu Java full stack padikalama

    • @kidoo1567
      @kidoo1567 Před 6 měsíci

      U can learn that in CZcams bro

  • @jey3386
    @jey3386 Před rokem

    React continuation video podu broo

  • @arunrajchenniyappan
    @arunrajchenniyappan Před rokem +2

    6:23:53 iruthu konjam black screen varuthu bro
    Router parameter pathi tha video visible aakuthu bro

    • @JVLcode
      @JVLcode  Před rokem +3

      Sorry for this mistake. But unfortunately I cannot fix this. But if you wish you can join the Angular Udemy course. You can view all the missing parts.

    • @arunrajchenniyappan
      @arunrajchenniyappan Před rokem

      Ok bro

    • @buvanes_
      @buvanes_ Před rokem

      ​kindly send your udemy link bro
      I am ready to join...

    • @arunrajchenniyappan
      @arunrajchenniyappan Před rokem

      @@buvanes_ check the description bro

  • @adityayt1357
    @adityayt1357 Před rokem

    Last 7 mins video theriyala bro black screen ah irukku

  • @MuthalaganN
    @MuthalaganN Před rokem

    Sir monthly 59 what benefits sir how to pay or pls tel u r pH no

  • @slitzfringe3592
    @slitzfringe3592 Před 9 měsíci

    Bro,
    [ngClass] for table color is not changing for me


    {{i+1}},{{oo}}


    {{mov.title}}


    {{mov.Producer}}


    Any suggestions?
    when i check the value for oo(odd) it gives f=true/false according,
    I tried "bg-danger.bg-gradient" because the normal "bg-success" was also not working!

  • @Faiz-dn1xt
    @Faiz-dn1xt Před rokem

    git(gitignore) means what?

    • @jayasurya5433
      @jayasurya5433 Před 3 měsíci

      It ignores unwanted files to push while pushing to git

  • @thalapathygowtham4002
    @thalapathygowtham4002 Před 11 měsíci

    Last 4 minutes video is not showing

  • @jollyfellows4424
    @jollyfellows4424 Před 9 měsíci

    40:00

  • @Nice-u7l
    @Nice-u7l Před rokem

    Bro udemy la unga course link anapa mudiyuma

    • @JVLcode
      @JVLcode  Před rokem +1

      Angular course link: www.udemy.com/course/angular-developer-course-in-tamil

  • @user-ui6vm6yl5q
    @user-ui6vm6yl5q Před 9 měsíci

    Hii

  • @thiruselvan
    @thiruselvan Před 3 měsíci

    Ahh

  • @user-dy4ku9pc7h
    @user-dy4ku9pc7h Před 4 měsíci

    i cannot find a module file

  • @Maditationlive
    @Maditationlive Před 7 měsíci

    screen ah yeppati clear panringa

  • @navamani180
    @navamani180 Před 11 měsíci

    Last 5 mins video teriyala bro

  • @jagan0510
    @jagan0510 Před rokem

    👍👍👍👍👍👍👍👍👍👍

  • @harishv4615
    @harishv4615 Před rokem

    Hi bro, how can i contact you ??

  • @kathiresanm_0253
    @kathiresanm_0253 Před 8 měsíci

    Bro app.module.ts intha file illa bro😢

    • @TG_Emperor147
      @TG_Emperor147 Před 8 měsíci

      Angular Cli use panni project create pannunga bro.. Packages adhuve correct ah install aagidum

    • @thekatiesversion7374
      @thekatiesversion7374 Před 5 měsíci

      Kindly add this command when you create new angular project = ng new projectName --n-standalone
      This will create new project with app module