Arturo Guzman

Results 14 comments of Arturo Guzman

Have you tried something like this? ``` json { "CONFIG": { "person": "samir", "age": 99 } } ```

It's true that you might not want to have that complexity in the configuration file. What sort of option would you suggest to add to the plugin? Could show a...

Are you using v1.1? In v1, the name property only applies to the angular module name. The readme in the master branch is for the preview version of v2.0.0-2, I...

Hi, currently you can't override the constants from multiple configuration files only using gulp-ng-constant. However, one solution would be to do the overriding outside the plugin and then pass the...

Hi, first of all thank you for your PR. I added a `options.wrapHeader` and `options.wrapFooter` in the `2.0.0-1` pre-release that I think would make it easier to customise the output,...

Just published a pre-release of `2.0.0`, which includes the es6 template, sorry for the delay. My company moved to React so I've been disconnected from the angular world. However I...

@hauthorn Yes please! 😸

Hi @rlugge, take a look at this blog post. http://mindthecode.com/how-to-use-environment-variables-in-your-angular-application/#using-the-config-file-in-your-app It's about grunt, but after generating the file the section on how to use it in your app is the...

Hi, we haven't come up with a good solution for outputting single quotes. But as a quick workaround you can disable the validation for this file in your .jscsignore or...

Facing a similar challenge with Prisma returning a [Decimal object](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields#working-with-decimal). Would it be possible to support adding custom serializers via a vite plugin?