DEV Community

Mikael
Mikael

Posted on

Set-up Multiple Environments in Angular

Liquid syntax error: 'raw' tag was never closed

Top comments (8)

Collapse
 
billywatsy profile image
billywatsy

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

Collapse
 
mikgross profile image
Mikael

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.

Collapse
 
billywatsy profile image
billywatsy

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

Thread Thread
 
thabisomofokeng profile image
Thabiso Mofokeng

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

Collapse
 
ahmedalalmi profile image
Ahmed Elalmi

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.

Collapse
 
mikgross profile image
Mikael

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

Collapse
 
ahmedalalmi profile image
Ahmed Elalmi

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.

Thread Thread
 
mikgross profile image
Mikael

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