Angular Variable & Method Sequence

We will follow the Angular Member Sequence with the deviation on placing the Life Cycle Hooks in the bottom for easy access in the Components.

  1. @Input
  2. @Output
  3. Public Variables
  4. Private Variables
  5. Constructor
  6. Public Methods
  7. Private Methods
  8. Life Cycle Hooks