zembrodt / showtunes

Angular App to display music you are currently listening to
GNU General Public License v3.0
3 stars 0 forks source link

Potential circular dependencies #36

Closed zembrodt closed 2 years ago

zembrodt commented 2 years ago

When imports on app.module.ts are reorganized, the app fails to load.

It seems this could be due to circular dependencies.

zembrodt commented 2 years ago

Fixed by #37