Uh oh!
There was an error while loading. Please reload this page.
fix: move environment files to config directory - #1611
Conversation
tapas4java
commented
Aug 9, 2016
Why this change?? |
TheLarkInn
commented
Aug 9, 2016
We are not removing it, but simply moving it from an |
tapas4java
commented
Aug 9, 2016
@TheLarkInn Thanks, I was asking why we are moving 3 environment files to app directory. I thought it was good inside From #1603 it looks like this change is required for NgModule support which should be fine. |
Yup! This is a 'looking-forward' change for ngmodules. |
app directoryconfig directorycb678d1 to
dc77ec6Comparefilipesilva
commented
Aug 15, 2016
Closed in favor of #1633. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Move environment configuration files from
environmentsdirectory toconfigdirectory. Also bumped webpack beta to .20 (chore).This allows for free movement of app [or using multiple apps] without affecting/needing to change environment paths imports/exports.
Fixes#1603