Angular Environmental Variables and Configuration

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

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

  • @KartikKKalia
    @KartikKKalia 2 หลายเดือนก่อน

    My manager Manish Kumawat is your exact indian version. Super humble and knowledgeable.

  • @CodewebTecnologia
    @CodewebTecnologia ปีที่แล้ว +5

    how to define environmental variables in docker file dynamicaly for deploy?

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

    Useful information and good presentation

  • @libnerrr
    @libnerrr 6 หลายเดือนก่อน +3

    These are not Environment Variables but just a static Configuration Files

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

    Thanks 👍👍 i didn't knew about adding an new environment file and the modification you did in angular.json

  • @BoyanDimitrov-g4l
    @BoyanDimitrov-g4l ปีที่แล้ว +1

    This is great, but I am still hard-coding the backend API. Is it not possible to Inject it on runtime. Sorry, I'm kind of new to this, but I'd like to deploy to Heroku and define my API_URL there.

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

    Awesome! I always learn something new on your channel. Thanks

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

    excellent, and very informative.

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

    Short and concise, yet informative 👏 hopefully you can do CI/CD for Prod or UAT even if it is a simple app only. Thank you.

    • @CodeShotsWithProfanis
      @CodeShotsWithProfanis  2 ปีที่แล้ว

      Glad you liked it.
      Is this something that you are looking for?
      th-cam.com/video/rC6gOByZkrc/w-d-xo.html

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

    Excellent video, thanks a lot

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

    Why you aren't using process.env for environments variables instead of importing the config files?

    • @CodeShotsWithProfanis
      @CodeShotsWithProfanis  2 ปีที่แล้ว

      We can follow different approaches to load the environment variables.
      You can find in this video th-cam.com/video/7ljEz52zdUM/w-d-xo.html the one you are describing

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

    excellent explanation thanks 🙂

  • @jornetenijenhuis7230
    @jornetenijenhuis7230 2 ปีที่แล้ว

    Great video thanks!, What tool do you use to draw on the screen?

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

      Glad you liked it!
      The tool is called mousemarker and it's a built-in feature in Kubuntu OS

  • @unemployedcse3514
    @unemployedcse3514 8 หลายเดือนก่อน

    awesome ❤

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

    Thanks a lot man!

  • @mahenderkurikyala3388
    @mahenderkurikyala3388 8 หลายเดือนก่อน

    hi i am new to angular bcz i have used React and Nextjs for my projects but now i want to use Angular and i built a simple app using angular 17 so now i want to keep away the api keys from github and want to add manually in vercel or render on deployment like i used to on react and nextjs. so how to add environmental or .env values to project i tried to use dot env package but it stopped my some functionality in app.

    • @CodeShotsWithProfanis
      @CodeShotsWithProfanis  8 หลายเดือนก่อน

      Welcome to the Angular :)
      Have you tried setting the env variables here?
      vercel.com/docs/projects/environment-variables
      I do not have experience with Vercel, but this is what I would give a try

    • @mahenderkurikyala3388
      @mahenderkurikyala3388 8 หลายเดือนก่อน

      @@CodeShotsWithProfanis Thanks for the reply but i want to know how we can use dot.env or ngx-env with angular so that i can keep away the apikeys and other variables away from code. i have used the above 2 libraries where i get the data ok but as i included it some functionality like animations, coursels etc are not working.

  • @gayathrir1988
    @gayathrir1988 2 หลายเดือนก่อน

    useful

  • @ЕгорРура
    @ЕгорРура ปีที่แล้ว +1

    Thank!