You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ng --version
(node:11205) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: 1.0.0-beta.6
node: 6.2.1
os: linux x64
Version
Repro steps
Structure components in a shared folder where certain ordering in the barrel is necessary - http://plnkr.co/edit/vDsAp8dzqBVsl7C1G8Q7?p=preview
Generate a new module in the same shared folder
Angular-CLI re-orders the shared barrel file alphabetically and causes circular dependency issues
Related to angular/angular#9334 and introduced in #582
I'm not sure what the best way around this is but I think it involves a higher level discussion where, when and how barrels should be used.
The text was updated successfully, but these errors were encountered: