Marcelo Luz

Results 20 comments of Marcelo Luz

@NithyaMenon just download the latest from the website and it works. This ticket is just to note the seamless update.

Another option is to have a setting to hide either one of those. For example, I personally really don't care about download count on the library page, how many I've...

> > Another option is to have a setting to hide either one of those. For example, I personally really don't care about download count on the library page, how...

> With `--define` you can use environment variables, doesn't the below cover your use-case? > > export VAR_1=“foo” > > $ ng build --define="VAR_1='$VAR_1'" > We recently discussed using `import.meta`...

> Can you expand on your actual use case? Don't the values need to be generated somewhere in all cases? So the most recent use case is for an Ionic/Angular...

> Thank you for the additional information. We will be discussing this further with the team and attempt to provide an ergonomic solution to these type of use cases. >...

@clydin yep this makes sense and its a very elegant solution. Its essentially what we are currently doing just less organized i would say. Even something like that if it...

Good point I should clarify that if a project WANTS to use dotenv it would work. For my use case you are correct we would not have .env files in...

> Is dependency injection a suitable answer to this use case? DI is the typical way of configuring applications at runtime, and DI tokens can be created which default to...

> > I can only speak for myself but i think the only acceptable answer is if i can run my code with: > > export API_ENV=https://example.com > > ng...