Comment ajouter différents composants dans la même page dans Angular
<div>{{title}}</div>
<app-comp1></app-comp1>
<app-comp2></app-comp2>
Shinta
<div>{{title}}</div>
<app-comp1></app-comp1>
<app-comp2></app-comp2>