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.
@Input
@Output
- Public Variables
- Private Variables
- Constructor
- Public Methods
- Private Methods
- Life Cycle Hooks