Skip to content

Made an accounts module with everything that should be related

David Burke requested to merge account-module into master

I think this makes sense right?

  • Cleans up app.module
  • Makes accounts semi modular
  • Progress indicator was awkward. I guess for things like that it should go in something like a widgets-module or even it's own git repo + module if it was truly reusable.

I read a bunch more about barrel functions including people claiming angular discourages them (I don't think that is true). Sounds like a "just be consistent" thing. So I included them at all times.

Merge request reports