How to deploy Angular 16 app to firebase?

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

ความคิดเห็น • 12

  • @DigitalAdapt
    @DigitalAdapt 3 หลายเดือนก่อน

    I deployed my Angular project with firebase CLI but when I navigate to the specific domain, I only see this :
    Welcome
    Firebase Hosting Setup Complete
    You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
    How to fix this issue.
    How to fixed this? Because I deployed this app following what you teach in project.

  • @srivathsanp6252
    @srivathsanp6252 ปีที่แล้ว +2

    The best video for angular build project🎉

    • @AyyazTech
      @AyyazTech  ปีที่แล้ว +1

      Thank you so much for the kind words! 🙌 I'm thrilled to hear that you found the video helpful. If you have any questions or topics you'd like to see covered in the future, please let me know. Keep coding and stay awesome! 😊🚀

  • @shantanushukla1178
    @shantanushukla1178 3 หลายเดือนก่อน

    Thank you so much sir 🙏🙏🙏

  • @Sreevedvp
    @Sreevedvp 7 หลายเดือนก่อน +1

    very nicely explained bro Thank you

    • @AyyazTech
      @AyyazTech  7 หลายเดือนก่อน

      I'm so glad to hear you found the explanation helpful! Your support means a lot to us. If you have any more questions or topics you'd like us to cover, feel free to drop a comment. And don't forget to subscribe, like, and click the bell icon for notifications so you won't miss out on our future videos. Thanks for being part of the AyyazTech community!

  • @AsangaChandrakumara
    @AsangaChandrakumara 6 หลายเดือนก่อน

    Nice one Thanks bro

  • @projectop-bz2co
    @projectop-bz2co 6 หลายเดือนก่อน +1

    thanks sir

    • @AyyazTech
      @AyyazTech  6 หลายเดือนก่อน

      Thank you so much for your kind words! 😊 If you found our tutorial on deploying Angular 16 apps to Firebase helpful, you might also enjoy these other tutorials to further enhance your Angular skills:
      - Angular Material in Angular 17: Learn how to beautifully style your Angular apps (th-cam.com/video/34XyaB_nK_M/w-d-xo.html).
      - Angular Signals in Angular 17: Dive into the new Angular Signals feature for more reactive programming (th-cam.com/video/d0IjEcRmNL4/w-d-xo.html).
      - Observable Creation in Angular 17: Master the creation of observables for efficient data handling (th-cam.com/video/qn3A5V06QP4/w-d-xo.html).
      Don't forget to subscribe, like, share, and hit the bell icon for more updates. Your support encourages us to produce more helpful content! 🔔👍
      If you have any specific topics or questions you'd like us to cover in future videos, please let us know. We're always looking for new ideas to help our viewers!

  • @GladiatorGameur
    @GladiatorGameur 6 หลายเดือนก่อน

    hi sir, how do you manage your secrets on local env and whern you deploy your app?

  • @ravitejabachala2983
    @ravitejabachala2983 ปีที่แล้ว +1

    Sir ng build shows error sir

    • @AyyazTech
      @AyyazTech  ปีที่แล้ว

      Hello! If `ng build` is showing an error, there could be various reasons for it. Here's what you can do:
      1. **Check the error message** - Angular CLI usually gives a clear description of what's wrong. Reading the error message carefully can often point you in the right direction.
      2. **Update dependencies** - Ensure that all your dependencies are up-to-date and compatible with Angular 16. Sometimes, older versions of packages might cause conflicts.
      3. **Check your `angular.json` file** - Ensure there's no misconfiguration in your project settings.
      4. **Linting Issues** - Run `ng lint` to see if there are any linting errors. Sometimes, build errors can be caused due to linting issues.
      5. **Environment files** - Make sure you have set up your environment files correctly, especially if you've added any custom settings.
      6. **Re-install node modules** - Try deleting your `node_modules` folder and `package-lock.json` file, then run `npm install` again.
      7. **Seek Community Help** - If you're unable to resolve the issue, consider sharing the exact error message on platforms like Stack Overflow. The Angular community is quite active and helpful.
      Lastly, always remember to commit your changes to version control before making major changes, so you can always revert if needed.
      Hope this helps you troubleshoot the issue! If you found this reply beneficial, please consider subscribing, liking, and sharing our videos. Your support motivates us to produce more quality content! 😊👍