the use case i'm thinking of is pass a command line param to gulp and pass that directly to the plugin
gulpNgConfig('myApp.config', {
constants: {
apiUrl: argv.apiUrl
}
});
this would be especially nice since it allows you to avoid putting the value of your constants in source control, which is what drew me to this in the first place.
my workaround for the time being will be to create a json file that is just {}