Refactor Component Options classes

Issue #539 on hold
Brian Lewis repo owner created an issue

As per observation in commit #16178ce, these can be simpler, and will only need a constructor when accepting an argument - the controller, or templateUrl.

In those cases, the constructor doesn't need a body; just do this:

constructor(public templateUrl, public controller)

Comments (2)

  1. Brian Lewis reporter

    Don;t spend time to address these; but do on demand - if editing a component file where this can be applied, do it.

  2. Log in to comment