gl-ionic2-env-configuration icon indicating copy to clipboard operation
gl-ionic2-env-configuration copied to clipboard

An Ionic2 Service to load an environment specific configuration before everything else

Results 4 gl-ionic2-env-configuration issues
Sort by recently updated
recently updated
newest added

Hi Hi have an app with ionic pro (v3) , when deploy ocur from server the app can't found env-configuration.json (Failed to load resource: net::ERR_FILE_NOT_FOUND) Any idea how to review...

After adding the module to my project, I do only get the following error at runtime: ``` Runtime Error Cannot find module "lodash/merge" webpackMissingModule@http://localhost:8100/build/main.js:76736:78 @http://localhost:8100/build/main.js:76736:45 __webpack_require__@http://localhost:8100/build/main.js:20:12 @http://localhost:8100/build/main.js:124054:96 __webpack_require__@http://localhost:8100/build/main.js:20:12 @http://localhost:8100/build/main.js:53507:94 __webpack_require__@http://localhost:8100/build/main.js:20:12...

It has no dependency to Ionic nor should it have. So we should rename it.

When you talk about env-configuration.json file. ~~It's like prod-configuration.json and dev-configuration.json or only a single file with variables for each environment ?~~ How do you set this file ? Need...

question