Create Angular v2+ project (7) - Angular life cycle
Introduction
Each component has a lifecycle managed by Angular.
Generally, Angular creates a component and its children, set up data and listens to changes, renders it and children. Then, keep che...