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

Sdílet
Vložit
  • čas přidán 22. 11. 2023
  • Unleash the power of Angular ⚡ and build dynamic web applications with this step-by-step learning experience, perfect for beginners 🆕 and aspiring web developers .
    What you'll learn: 💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥
    👉 Core Angular concepts: Components, Directives, Services, Dependency Injection, and more!
    👉 TypeScript fundamentals: ️ Master the language that powers Angular for a smooth development experience. 🪄
    👉 Building real-world applications: Craft interactive UI elements, handle user input, and manage data flow.
    👉 Testing and debugging: Ensure your applications are robust and error-free. ️
    👉 Best practices and pro tips: Learn from experienced developers to write clean and efficient code.
    This course offers: 👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇
    👉 Clear and concise explanations: ️ Understand complex concepts easily.
    👉 Hands-on exercises: Practice your skills and solidify your learnings.
    👉 Engaging and informative lectures: Stay motivated and learn at your own pace. ⏱️
    👉 A supportive community: Connect with fellow learners and get help when needed.
    👉 Ready to take your web development skills to the next level? Subscribe now and start building amazing web applications with Angular!
    YOU CAN DOWNLOAD THE STARTUP PROJECT FROM HERE: github.com/manojjha86/angular...
    YOU CAN DOWNLOAD THE FINAL PROJECT FROM HERE: github.com/manojjha86/angular...

Komentáře • 11

  • @veereshsuryac9121
    @veereshsuryac9121 Před 23 dny

    Very nice and informative tutorial.

  • @rodneytapit5636
    @rodneytapit5636 Před 6 měsíci +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 Před 4 měsíci +1

      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 Před 4 měsíci

      @@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.

  • @FOBECFRIJOLITO
    @FOBECFRIJOLITO Před 6 měsíci +2

    Best tutorial angular

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

      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 Před 2 měsíci

      ​@@rahathasan5971yes, you can surely follow this course

  • @nelsonrivers8546
    @nelsonrivers8546 Před 2 měsíci +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 Před 5 měsíci

    please make a video on Lazy loading

  • @chetanpal1002
    @chetanpal1002 Před 6 měsíci +1

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

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

      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