openMF/digital-bank-ui

Refactor all modules

Opened this issue · 1 comments

Bug report

Currently, a lot of code can be refactored to be made in-par with coding best practices.

  • Table (ng2-smart-table) code and pager code can be moved in the common module.
  • Rxjs / observable code contains lots of places where we might not need observables, check out this coding style guideline for reference.
  • State can be used more efficiently.

Refactoring pr's can be sent referencing this issue.