#81 Implementing Routing in Angular | Angular Router & Route Guards | A Complete Angular Course

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 12

  • @tdtmthusitha
    @tdtmthusitha Місяць тому

    Clean & clear explanation

  • @rodneytapit5636
    @rodneytapit5636 Рік тому +2

    Now standalone components are the default in Angular, do we need a separate tutorial covering implementation of routing for standalone application? Thank you so much for these quality tutorials they are a real gift.

    • @axitpoojara
      @axitpoojara 9 місяців тому +2

      whatever you import in module file import same in app.ts file nothing else . or you want to create project without standalone compknent in angular 17 type this at time of creation ng new my-app --no-standalone . like if you find it helpful

    • @rodneytapit5636
      @rodneytapit5636 9 місяців тому

      @@axitpoojara Ah, i was referring to routing including lazy loaded routes and guards from what i understand this is quite bit different in angular 17.

  • @veereshsuryac9121
    @veereshsuryac9121 6 місяців тому

    Very nice and informative tutorial.

  • @FOBECFRIJOLITO
    @FOBECFRIJOLITO Рік тому +2

    Best tutorial angular

    • @rahathasan5971
      @rahathasan5971 8 місяців тому

      Is this the best please help me I am not getting any good tutorial I bought a course from udemy it is bullshit, I do not understand anything

    • @syedkamranshah1212
      @syedkamranshah1212 8 місяців тому

      ​@@rahathasan5971yes, you can surely follow this course

  • @chetanpal1002
    @chetanpal1002 11 місяців тому +1

    sir how routing will done with standalone component pls make a video on that

    • @axitpoojara
      @axitpoojara 9 місяців тому

      whatever you import in module file import same in app.ts file nothing else . or you want to create project without standalone compknent in angular 17 type this at time of creation ng new my-app --no-standalone . like if you find it helpful

  • @nelsonrivers8546
    @nelsonrivers8546 8 місяців тому +1

    Sorry, was the LEARN.CODE.REPETE startup video part cleaned up ? It looks like it was modified, but the LEARN.CODE.REPETE mispelling wasn't corrected. REPETE is misspelled. Should be REPEAT.

  • @akashsolanki4489
    @akashsolanki4489 11 місяців тому

    please make a video on Lazy loading