How to use Bootstrap 5 navbar in Angular 17?

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

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

  • @tor-code
    @tor-code 8 месяцев назад +1

    Excellent! You could consider migrating this project to Angular 17.
    Delighted to follow your channel, it has very well explained content. Thank you very much for sharing it, greetings. 👍🏼

    • @AyyazTech
      @AyyazTech  8 месяцев назад

      Thank you so much for your kind words and support! 🌟 Migrating projects to Angular 17 can indeed bring many benefits, and I'm glad you found the video on Bootstrap 5 navbar useful.
      For more Angular insights, you might like these videos from our channel:
      - "How to use Angular Material in Angular 17?" (ruclips.net/video/34XyaB_nK_M/видео.html)
      - "How to dynamically add and remove form fields in Angular 17?" (ruclips.net/video/f-HJdEV09dg/видео.html)
      Don't forget to subscribe, like, share, and hit the bell icon for notifications to stay updated with more content like this. Your engagement helps us a lot! If you have any more topics or questions in mind, feel free to share. Happy coding! 🚀

  • @luqmanusman70
    @luqmanusman70 10 месяцев назад +2

    Kindly create a CRUD Application with Angular 17 SSR and bootstrap.

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

      Absolutely, your suggestion for creating a CRUD application using Angular 17 SSR and Bootstrap is fantastic! I've noted it down on our potential content list. Stay tuned for more updates, and if you have any specific features or aspects you'd like us to cover in this tutorial, feel free to let us know. Don't forget to subscribe to AyyazTech, hit the like button, share with friends, and click the bell icon to get notifications for our upcoming videos. Your feedback helps us create content that's tailored just for you!

  • @brightokoro7073
    @brightokoro7073 9 месяцев назад +1

    How about bootstrap js and icons? I notice is not included via this method? How can we add it?

    • @daniel49245
      @daniel49245 9 месяцев назад +1

      No one on youtube when instaling bootstrap in angular app includes the js file in scripts. I dont know why

    • @brightokoro7073
      @brightokoro7073 9 месяцев назад +1

      @@daniel49245 is because there issues via that method,angular don't need interference from other js libs like jqury in manipulating the DOM,that's it but if you want to use full bootstrap goodness there is a nice soomth way around it no configuration from your side (1) install ng-bootstrap (2) import NgbModule to your import array of your standalone componets that's it for css and js activiated all those toggles will be working when you click.further more if you want to use bootstrap-icons (1a) install bootstrap-icons (2b) import it to your global styles.css that's it you have full bootstrap in your app in angular 17....
      Please note ng add.......will configure it and updates your app to use it,just hit enter key in your keyboard for yes that's it enjoy it and i'm using it is working perfectly👍

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

      thank you all for your feedback and suggestions. I appreciate your input. I apologize for not including Bootstrap JS and icons in this video. You are correct; it's important for using interactive components. I've taken note of your comments, and I plan to record another version of this video in the future that will include the JS file as well as instructions for adding Bootstrap icons. Your feedback helps me improve the content, and I look forward to providing you with a more comprehensive guide in the future. Stay tuned, and thank you for your patience! 😊👍

  • @seyedatheeq4562
    @seyedatheeq4562 7 месяцев назад +1

    Brother , Why the bootstrap class intellisence is not working ...

    • @AyyazTech
      @AyyazTech  7 месяцев назад

      Thank you for reaching out with your concern! The issue with Bootstrap class IntelliSense not working in your Angular project can be frustrating, but it's usually related to the development environment setup. IntelliSense, or the code completion feature, requires proper integration of the Bootstrap library within your project and the support of your code editor to function correctly.
      Here are a few steps you can take to troubleshoot and potentially resolve the issue:
      1. Ensure Bootstrap is Properly Installed: Verify that Bootstrap has been correctly installed in your project by checking your `node_modules` directory or your project's package.json file.
      2. Import Bootstrap CSS in angular.json: Make sure that the Bootstrap CSS file is correctly referenced in your `angular.json` file under the styles array. This ensures that Bootstrap's styles are globally available across your project.
      3. Code Editor Extensions: If you're using Visual Studio Code or another IDE, ensure that you have installed extensions or plugins that support Bootstrap IntelliSense. For VS Code, extensions like "Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets" can enhance IntelliSense for Bootstrap classes.
      4. Restart Your IDE: Sometimes, simply restarting your code editor or IDE can refresh the IntelliSense cache and resolve the issue.
      For further guidance, you might find our tutorials helpful:
      - "How to Correctly Integrate Bootstrap with Angular" (ruclips.net/video/MauAmAWkqZ0/видео.html) provides a step-by-step guide on ensuring Bootstrap is set up correctly in your Angular projects.
      Remember, for more tutorials and tips, don't forget to subscribe to our channel (ruclips.net/user/AyyazTech), like, and share our videos. Your support helps us create more content that can assist developers like you in overcoming such hurdles. If you have further questions or need more assistance, feel free to leave a comment below. Happy coding!

  • @AirbenderPlus
    @AirbenderPlus 9 месяцев назад +1

    how can we do routing with navbar buttons in Angular 17?.

    • @AyyazTech
      @AyyazTech  9 месяцев назад +1

      That's a great question! I've actually just recorded a video that covers exactly how to do routing with navbar buttons in Angular 17. Stay tuned, because I'll be launching it very soon today. Make sure you're subscribed and have the notification bell turned on so you don't miss it. It's coming your way shortly! 😊🎥👍

    • @janugameryt5893
      @janugameryt5893 7 месяцев назад

      @@AyyazTech Invalid escape character in string.json(261) when i paste there relative path in angular.json file

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

    you didnt show us how to add js of bootstrap

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

    very good!!

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

      I'm thrilled to hear you enjoyed the video! Thank you so much for your positive feedback. If there's anything specific you'd like us to explore in future videos, please don't hesitate to share your thoughts. Remember to subscribe to AyyazTech for more content, hit the like button to support us, and click the bell icon to stay updated on our latest uploads. Your engagement is greatly appreciated! 🌟👍🔔

  • @jayakumar2927
    @jayakumar2927 9 месяцев назад +1

    Github link

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

      Thank you for your comment. Currently, I don't have a GitHub link to provide. We always appreciate your feedback and try to provide the most helpful and relevant resources. Don't forget to subscribe to AyyazTech for more updates and information. Your engagement is what drives us to keep creating and sharing valuable content!

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

    very Bad ..You didn't show anything Useful

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

      I'm sorry to hear that you didn't find the video useful. Your feedback is important, and I'll make sure to improve future content. If you have specific questions or areas where you need more information, please let me know. I'll be happy to help!
      You might find these videos more helpful:
      How to Create a Responsive Navbar in Next.js and Tailwind CSS
      ruclips.net/video/7qEyqy4TUCA/видео.html
      How to Use Angular Material in Angular 17?
      ruclips.net/video/34XyaB_nK_M/видео.html
      Angular Lifecycle Hooks: The Ultimate Beginner's Guide
      ruclips.net/video/ecBq6y1R2qk/видео.html
      Additionally, here are some related articles from our blog:
      Mastering Angular Lifecycle Hooks: Unleashing the Power of Component Control
      www.ayyaztech.com/blog/mastering-angular-life-cycle-hooks-unleashing-the-power-of-component-control
      How to Install and Use Bootstrap in Angular
      www.ayyaztech.com/blog/how-to-install-bootstrap-in-angular
      Don't forget to subscribe and click the bell icon to stay updated with more detailed tutorials! 🚀🔔