How to create multiple Pages in Angular | Angular Router Module | தமிழ் | ACC-05

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 80

  • @sinegaelumalai5562
    @sinegaelumalai5562 8 месяцев назад +2

    Really good explanation.....Thankyou sir

  • @prithiviraj1430
    @prithiviraj1430 10 месяцев назад +1

    I never seen such a clear explanation about angular routing in tamil on youtube. Thank you very much sir......🙏🙏🙏

  • @waiting__to__roar
    @waiting__to__roar Год назад

    Best video bro.... Idhu varaikum nan pathadhulaye... Enaku full and full understand ana video ungalodadhu dhan .... Bro... 🎉🎉🎉🎉🎉thank you for these videos bro🫂

  • @VivekKaliyaperumal
    @VivekKaliyaperumal 4 месяца назад +1

    router outlet na ennanu theriyala nu suthitu irunthan anna correct epdi intha video paathenu theriyala anna nandri 🙏🙏🙏

  • @dhineshdhinesh6276
    @dhineshdhinesh6276 2 года назад

    Bro romba thanks bro daily unga video vandhurucha nu parthukute erupen bro supera explain panni erukinga bro 🤜romba thanks🙏 bro

  • @divyadhana7421
    @divyadhana7421 3 месяца назад

    Good Explanations 🙏

  • @harinisri3421
    @harinisri3421 9 месяцев назад

    Great Explanations.Thank you sir

  • @ragavignanasekar8033
    @ragavignanasekar8033 Год назад

    Learnt every thing about Routes. Good Video bro Thanks :)
    here is the solution to the person who selected no for app routing when launching the project .
    The RouterOutlet is one of the router directives that became available to the AppComponent because AppModule imports AppRoutingModule which exported RouterModule. The ng generate command you ran at the start of this tutorial added this import because of the --module=app flag. If you didn't use the ng generate command to create app-routing.module.ts, import AppRoutingModule into app.module.ts and add it to the imports array of the NgModule.
    Hope it was helpful ...

  • @sriramv1846
    @sriramv1846 2 месяца назад

    good one

  • @sivakumarm2053
    @sivakumarm2053 3 месяца назад

    Super broo🎉🎉🎉 very clear explanation❤ it's very helpful bro✌💯✨✨

  • @MohamedanasAhamed
    @MohamedanasAhamed 4 месяца назад

    Brother main difference between normal href tag and routerlink

  • @sujinshankar527
    @sujinshankar527 10 месяцев назад

    really good explanation. Thank you brother

  • @sandhiyasuresh2275
    @sandhiyasuresh2275 Год назад

    really great and informative keep posting ...thank you....

  • @solaimuthuc3975
    @solaimuthuc3975 Год назад

    Great anna clear explanation panuriga

  • @anandhvraj2276
    @anandhvraj2276 2 года назад +1

    Great video brother. Clear understanding. Keep growing and rocking..

  • @dailypromos9502
    @dailypromos9502 2 года назад

    Sir..i learning new things in your videos...my humble request is can you post videos fast sir...waiting is so boring sir...

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  2 года назад

      Sorry. I am not doing RUclips full time. So I can shoot edit and post only one video per week. It takes nearly 8 hours to do one video. So for now i cannot post faster. Will try to do videos frequently as the channel grows.

    • @dailypromos9502
      @dailypromos9502 2 года назад

      @@JAFSCodeSchoolTamil thanks for the reply sir...I will wait for your video sir...

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  2 года назад

      @@dailypromos9502 Thanks for understanding.

  • @ungaliloruvan2927
    @ungaliloruvan2927 3 дня назад

    Thankyou so much na

  • @pounkumarj1916
    @pounkumarj1916 5 месяцев назад

    subscribed and your videos are superb

  • @vidhyadayalan9552
    @vidhyadayalan9552 2 месяца назад

    Bro, 23.5 la /contact, /blog nu url la varudhu, but namma / mention pannalayea..

  • @asharudeena2350
    @asharudeena2350 Год назад

    clear understanding bro thanks a lot bro

  • @Manikandan-jp5yq
    @Manikandan-jp5yq 5 месяцев назад

    Nice

  • @Manikandan-jp5yq
    @Manikandan-jp5yq 5 месяцев назад

    How to add routing - Initially routing no sir

  • @joshsparrow6711
    @joshsparrow6711 2 года назад

    Bro please do angular videos more... I'll learn keep support u bro

  • @dhineshdhinesh6276
    @dhineshdhinesh6276 2 года назад

    Vera level bro

  • @KrishnaKrishna-ht7rs
    @KrishnaKrishna-ht7rs Год назад

    Super 👍

  • @mohanamahamohana2272
    @mohanamahamohana2272 Год назад

    Super sir

  • @muthuvel7047
    @muthuvel7047 6 месяцев назад

    Brother router outlet kodutha output Varalaa home um varala other pages um varala

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  6 месяцев назад

      Post your project in github and share your link. I will try to check the problem.

  • @sandhiyasuresh2275
    @sandhiyasuresh2275 Год назад

    subscribed👍

  • @KATHIRAVANN-l4j
    @KATHIRAVANN-l4j Год назад

    hi bro,
    can you explain Auth Guard ??? please

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  Год назад +1

      Auth guard is used to restrict access to certain routes. For example if you want someone to visit a page only after login, you can setup auth guard for that.

    • @KATHIRAVANN-l4j
      @KATHIRAVANN-l4j Год назад

      @@JAFSCodeSchoolTamil thx bro , but can you please provide for video bro , your teaching is well ❤️‍🩹 bro
      1. Can activate
      2. Can activate child
      3. Can load
      4. Reslove

  • @ActressAntics
    @ActressAntics Год назад

    U missed one thing, router.navigate in ts file

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  Год назад

      I intentionally din't cover that here before for this requirement that was not needed. And navigating using router is a little different compare to this. Will post a video related to that later,

  • @ShraddhaShaburi..
    @ShraddhaShaburi.. Год назад

    Hi ..sir ..how to solve NG1010: value , and reason...

  • @VisilanSakthivel
    @VisilanSakthivel 2 месяца назад

    but ennaku rooterlink work agala

  • @mohanamahamohana2272
    @mohanamahamohana2272 Год назад

    Sir,
    How to run new workspace application into existing application

  • @19-032KishorekumarS
    @19-032KishorekumarS Год назад

    Bro,Discord link is not working.

  • @nachiyappanjeya8701
    @nachiyappanjeya8701 11 месяцев назад

    Bro , unfortunately route no koduthuden , now how we can change it to yes? Need your help

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  11 месяцев назад

      Which angular version you are using bro?

    • @nachiyappanjeya8701
      @nachiyappanjeya8701 11 месяцев назад

      @@JAFSCodeSchoolTamil 17 bro and unfortunately clicked on no when it was asking for policies inside vscode

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  9 месяцев назад

      If you are a beginer, Just create another project and copy paste the files missing here from the new project. Thats the easiest way. Sorry for the late reply.

    • @TrainYourBrain_6494
      @TrainYourBrain_6494 6 месяцев назад

      routerLink error bro... How can i solve😊

  • @vettiengineer18
    @vettiengineer18 Год назад

    Bro that not working

  • @mohanamahamohana2272
    @mohanamahamohana2272 Год назад

    👌

  • @sarathm9923
    @sarathm9923 Год назад

    Routing not working 😞 I did everything as you did... Can anybody help me??...

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  Год назад

      What is the error bro. Share the error and the routes code

    • @sarathm9923
      @sarathm9923 Год назад

      @@JAFSCodeSchoolTamil there is no error showing, it's runnig, I write all the code as you write,I tried it many times.. but still I can't route page's...I don't know what's wrong with my code

    • @sarathm9923
      @sarathm9923 Год назад

      import { NgModule } from '@angular/core';
      import { RouterModule, Routes } from '@angular/router';
      import { HomeComponent } from './home/home.component';
      import { AboutComponent } from './about/about.component';
      const routes: Routes = [
      {path:'home',component:HomeComponent},
      {path:'about', component:AboutComponent}
      ];
      @NgModule({
      imports: [RouterModule.forRoot(routes)],
      exports: [RouterModule]
      })
      export class AppRoutingModule { }

  • @adityas1707
    @adityas1707 5 месяцев назад

    Great explanation , Thank you sir