I have a page like:
There are two lables: A and B,when clicking A, the outlet will present component A, and component B is shown when clicking B.
Now the label B is clicked and the component B is presented, then click label A, and then click B, the component will raise a reload by ngOnInit. The question is:
How to prevent component B reloading when switching between A and B, I'd like to Init component B just once.
