Set-up Multiple Environments in Angular
Mikael

Mikael @mikgross

About: A dev, entrepreneur and sometimes writer.

Location:
Madrid
Joined:
Sep 24, 2019

Set-up Multiple Environments in Angular

Publish Date: Jan 13 '20
42 8

Liquid syntax error: 'raw' tag was never closed

Comments 8 total

  • Ahmed Elalmi
    Ahmed ElalmiJan 13, 2020

    I think these are used for big projects. we will lose the time if we used it for small projects when we don't have enough time.
    Thanks for your time to write this article it very benefits.

    • Mikael
      MikaelJan 14, 2020

      Hi Ahmed, thanks for your comment.

      I truly believe those environment are essential to any project in which there is a production environment. Because your customers, and your team, need to make sure everything works together before shipping to the end customer..

      • Ahmed Elalmi
        Ahmed ElalmiJan 15, 2020

        Hi Mikael,
        I agree with you, but I meant when we don't have time we can skip them, I'm working on a large project and we have three environments development, staging, and production, we skip the testing environment, we do the testing on staging, that I meant we can skip one when we don't have enough time.

        • Mikael
          MikaelJan 15, 2020

          Totally agree, testing is a bit of an overkill :D

  • billywatsy
    billywatsyFeb 24, 2020

    thanks Mikael do you have an article on how to do this in azure pipelines

    • Mikael
      MikaelMar 2, 2020

      Hey @billywatsy , not yet, I will take a look at it and post it, but I think it is more of an architecture question than an Angular one.

      • billywatsy
        billywatsyMar 2, 2020

        hi Mikael got it to work using your article but on pipeline we just specified the build for different environment and some few stuff ,l guess it lightened me up , thanks

        • Thabiso Mofokeng
          Thabiso MofokengMar 25, 2021

          Hi Billy, are you able to share your Azure DevOps build command?

Add comment